diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:29:20 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:29:20 +0200 |
commit | 822f6988bbee0fcbcb1334a26c556df3262f7d44 (patch) | |
tree | fae0c900d028b66995c952aafe6469add710728c | |
parent | c9af84b7deb631a45d972be5a55189e3f9dce529 (diff) | |
download | lesoiseaux.io-822f6988bbee0fcbcb1334a26c556df3262f7d44.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 fc27796..5fcbe78 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -1577,7 +1577,7 @@ body.txt article > header > nav ul li a { left: 0; width: 100%; height: 100%; - padding: 0.5rem; + padding: 0; background-color: rgba(166, 191, 112, 0.7); color: white; } diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index 4a8608c..93c4a74 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -22,7 +22,7 @@ article > header > nav { left: 0; width: 100%; height: 100%; - padding: 0.5rem; + padding: 0; background-color: $bg-txt-off; color: white; |