diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:46:21 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:46:21 +0200 |
commit | 4995985efe0ffcae57cec325175b0bf8a79dbd88 (patch) | |
tree | e7ae3373d0891549507492597bb9db72144262d9 | |
parent | 4e15e0ef0d8a3447df69416927e93f4b0e9aa2e9 (diff) | |
download | lesoiseaux.io-4995985efe0ffcae57cec325175b0bf8a79dbd88.tar.gz |
[CSS] I love spending my time IFOC doing shit so much I would like to do only this. And then die. Or maybe I can live forever.
-rw-r--r-- | assets/css/screen.css | 2 | ||||
-rw-r--r-- | assets/scss/_header-nav.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 200dc95..60a2f7c 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1580,7 +1580,7 @@ body.txt article > header > nav ul li a { height: 100%; padding: 1rem 0 0; background-color: rgba(166, 191, 112, 0.7); - color: white; + color: black; } body.txt article > header > nav ul li a:last { padding-right: 0; diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index 00e706d..05e9749 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -25,7 +25,7 @@ article > header > nav { height: 100%; padding: 1rem 0 0; background-color: $bg-txt-off; - color: white; + color: black; &:last { padding-right: 0; |