projects
/
gyiwr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc72336
)
fix(footer): change contrast
author
rick
<rick@gnous.eu>
Fri, 24 Dec 2021 12:17:11 +0000
(13:17 +0100)
committer
rick
<rick@gnous.eu>
Fri, 24 Dec 2021 12:17:11 +0000
(13:17 +0100)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 45f75e23e16ebc833c28f5d402b620b222f76c91..69dc771f41188e81cbc9967c3fd9207e4877d6e7 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-23,7
+23,7
@@
header a {
}
footer {
- background-color: #3
857b2
;
+ background-color: #3
04B99
;
padding: 1em;
text-align: center;
}
@@
-40,10
+40,11
@@
footer {
#footer-text p {
justify-self: center;
margin: 0;
+ color: white;
}
-#footer-text a {
- color:
black
;
+#footer-text a
, #footer-text span
{
+ color:
white
;
}
#footer-contact {