diff options
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); |