diff options
author | ADRN <adrien@luxeylab.net> | 2025-01-14 09:38:41 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2025-01-14 09:38:41 +0100 |
commit | bd27b3e70361059303ee3a9153162c30dcc12189 (patch) | |
tree | affbcf7a5e29049c4bf2615a7c0bf8286d3bb75f /sass | |
parent | 0ec1a1298d5e5250e341fac8501f04afcace21f9 (diff) | |
parent | 1e0183a1ccafdfc55a5632b0f96dd7c04efcd3a3 (diff) | |
download | guide.deuxfleurs.fr-bd27b3e70361059303ee3a9153162c30dcc12189.tar.gz guide.deuxfleurs.fr-bd27b3e70361059303ee3a9153162c30dcc12189.zip |
Merge branch 'aeddis-refonte' into preprod
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_markdown.scss | 8 | ||||
-rw-r--r-- | sass/juice.scss | 22 |
2 files changed, 26 insertions, 4 deletions
diff --git a/sass/_markdown.scss b/sass/_markdown.scss index 99f14b2..ae3766b 100644 --- a/sass/_markdown.scss +++ b/sass/_markdown.scss @@ -99,3 +99,11 @@ margin: auto; float: none!important; } + +/* Me soulent ces listes qui sont un coup serrées, un coup non. */ +/* Mais flemme de coder défensif... */ +/* By ADRN 25 */ +/* .content li > p { */ +/* margin-top: 0; */ +/* margin-bottom: 0; */ +/* } */ diff --git a/sass/juice.scss b/sass/juice.scss index 94285c9..0c2afe3 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -72,11 +72,25 @@ header ul li { color: var(--primary-text-color); &:hover { - color: #fff; text-decoration: underline; } } +header .nav-item { + padding: 8px 6px; + margin: 0 10px; + color: var(--primary-text-color); + + &:hover, &:active, &:focus { + text-decoration: none; + border-bottom: white solid 1px; + } + &.active { + text-decoration: none; + border-bottom: white solid 3px; + } +} + .hero { display: flex; align-items: center; @@ -293,9 +307,9 @@ footer { padding: 10px 0px; } - main .toc-homepage .toc-sticky { - display: block; - } + /* main .toc-homepage .toc-sticky { */ + /* display: block; */ + /* } */ .menu-button-container { display: block; |