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 /assets/scss | |
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.
Diffstat (limited to 'assets/scss')
-rw-r--r-- | assets/scss/_header-nav.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |