diff options
Diffstat (limited to 'assets/static/css/style.css')
| -rw-r--r-- | assets/static/css/style.css | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/assets/static/css/style.css b/assets/static/css/style.css index f8a294a..f8045b4 100644 --- a/assets/static/css/style.css +++ b/assets/static/css/style.css @@ -18,6 +18,7 @@ html { background-color: #181A1B; + color-scheme: dark; font-size: 62.5%; } @@ -41,7 +42,7 @@ h1, h2, h3, h4, h5, h6 { margin-bottom: 1.0em; } -p { +blockquote, li, p, h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; } @@ -117,8 +118,6 @@ article:last-child header p, } } -.entry {} - .entry__details { margin-bottom: 1.5em; margin-top: 1.5em; @@ -141,8 +140,6 @@ article:last-child header p, margin-top: 0.2em; } -.footer {} - .footer__text { margin-bottom: 0; margin-top: 2em; @@ -161,7 +158,7 @@ article:last-child header p, color: #0091ea; } -.link--internal:hover { +.link--internal:hover, .link--internal:focus-visible { background-color: #0091ea; color: black; } @@ -170,7 +167,7 @@ article:last-child header p, color: #9370DB; } -.link--external:hover { +.link--external:hover, .link--external:focus-visible { background-color: #9370DB; color: black; } @@ -187,8 +184,6 @@ article:last-child header p, } } -.logo {} - .logo__text { line-height: 1.2; margin-bottom: 2em; |
