diff options
author | hellekin <how@cepheide.org> | 2024-10-23 19:28:15 +0200 |
---|---|---|
committer | hellekin <how@cepheide.org> | 2024-10-23 19:28:15 +0200 |
commit | fdbe90d313dea541eda13885b142ec77fff6e615 (patch) | |
tree | 3d1eb24ebf637fe4e244baad23b709c916ff82ff /assets/scss/_header-nav.scss | |
parent | 44e571d6970c9f86bf74c71a700fbf15375479ec (diff) | |
download | lesoiseaux.io-fdbe90d313dea541eda13885b142ec77fff6e615.tar.gz |
[CSS] I love spending my time IFOC doing shit so much I would like to do only this.
Diffstat (limited to 'assets/scss/_header-nav.scss')
-rw-r--r-- | assets/scss/_header-nav.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/scss/_header-nav.scss b/assets/scss/_header-nav.scss index 11f8ffb..e7e539c 100644 --- a/assets/scss/_header-nav.scss +++ b/assets/scss/_header-nav.scss @@ -10,11 +10,10 @@ article > header > nav { li { margin: 0 auto; - padding: 0.5rem; flex: 1; text-align: center; width: 12rem; - background-color: $bg-txt-off; + background-color: $bg-txt-on; a { display: inline-block; @@ -27,6 +26,10 @@ article > header > nav { background-color: $bg-txt-off; color: white; + &:last { + padding-right: 0; + } + &:hover, &:active { background-color: $bg-txt-on; color: black; |