summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/static/style.css
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-01-14 01:29:10 +0900
committernsfisis <nsfisis@gmail.com>2025-01-14 01:29:10 +0900
commita7c33ca1684ec5509a955898e88020107430f2a4 (patch)
treeee601e9e4f2310c6ae546b57ef2061d1deeedc23 /vhosts/blog/static/style.css
parentd2cc2bd091394008fd30cbe3606ff4a35ee829a4 (diff)
downloadnsfisis.dev-a7c33ca1684ec5509a955898e88020107430f2a4.tar.gz
nsfisis.dev-a7c33ca1684ec5509a955898e88020107430f2a4.tar.zst
nsfisis.dev-a7c33ca1684ec5509a955898e88020107430f2a4.zip
feat(blog/style): make global header/footer black
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 {