diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-11 17:53:45 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-11 17:53:45 +0200 |
commit | 7f558517f40833d7d80ddcfb4c356ce8dce18463 (patch) | |
tree | 39635be08337bb9038d5a0f6efdb9b525e4cc3a2 /sass/juice.scss | |
parent | e9e2af423557b50c416b68559bab7786bee35ff2 (diff) | |
download | guide.deuxfleurs.fr-7f558517f40833d7d80ddcfb4c356ce8dce18463.tar.gz guide.deuxfleurs.fr-7f558517f40833d7d80ddcfb4c356ce8dce18463.zip |
Premier ajout de contenu
Diffstat (limited to 'sass/juice.scss')
-rw-r--r-- | sass/juice.scss | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sass/juice.scss b/sass/juice.scss index d2069af..0e35b9b 100644 --- a/sass/juice.scss +++ b/sass/juice.scss @@ -39,9 +39,10 @@ header { } .logo { - font-family: "Alfa Slab One", serif; + font-family: Georgia, DejaVu Serif, Norasi, serif; font-size: 32px; color: var(--primary-text-color); + font-weight: 500; display: flex; align-items: center; margin: 0 40px; @@ -58,8 +59,10 @@ header { font-size: 18px; font-weight: bold; + color: var(--primary-text-color); + &:hover { - color: #000; + color: #fff; text-decoration: underline; } } @@ -95,6 +98,10 @@ main { color: #424242; } + .toc-section a { + font-weight: bold; + } + .toc-item a, .toc-item-child a { color: var(--secondary-text-color); |