summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/static/style.css')
-rw-r--r--vhosts/blog/static/style.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css
index f39fbd6c..61a10e72 100644
--- a/vhosts/blog/static/style.css
+++ b/vhosts/blog/static/style.css
@@ -24,7 +24,7 @@ header.header {
flex-direction: column;
align-items: center;
padding: 1rem 15%;
- border-bottom: 2px solid #000;
+ background-color: #000;
}
main {
@@ -36,7 +36,8 @@ main {
body > footer {
padding: 1rem 20%;
text-align: center;
- border-top: 2px solid #000;
+ background-color: #000;
+ color: #fff;
}
.site-logo {
@@ -46,6 +47,7 @@ body > footer {
.site-logo a {
border: none;
+ color: #fff;
}
nav {
@@ -73,7 +75,7 @@ nav ul li {
nav ul li a {
border: none;
- color: #000;
+ color: #fff;
}
h1, h2, h3, h4, h5, h6 {