aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorhellekin <how@cepheide.org>2024-10-23 19:28:55 +0200
committerhellekin <how@cepheide.org>2024-10-23 19:28:55 +0200
commitc9af84b7deb631a45d972be5a55189e3f9dce529 (patch)
tree6adb3922cdf28d0085029397d7919c54e977754d /assets
parentfdbe90d313dea541eda13885b142ec77fff6e615 (diff)
downloadlesoiseaux.io-c9af84b7deb631a45d972be5a55189e3f9dce529.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')
-rw-r--r--assets/css/screen.css2
-rw-r--r--assets/scss/_header-nav.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css
index 31b7cb6..fc27796 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 0.5rem;
+ padding: 0.5rem;
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 e7e539c..4a8608c 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 0.5rem;
+ padding: 0.5rem;
background-color: $bg-txt-off;
color: white;