diff options
Diffstat (limited to '_shared/style.css')
| -rw-r--r-- | _shared/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_shared/style.css b/_shared/style.css index 0f7e7cf..3efbeb1 100644 --- a/_shared/style.css +++ b/_shared/style.css @@ -16,7 +16,6 @@ code { font-size: 85%; } hr { border: none; border-top: thin solid; margin: 1.25rem 0; } header { margin-bottom: 1em; } footer { margin-top: 3em; } -a { color: inherit; } @media (max-width: 600px) { body { font-size: 0.9em; } h1 { font-size: 1.8em; } } @media (max-width: 400px) { body { font-size: 0.8em; } h1 { font-size: 1.6em; } } @media (prefers-color-scheme: dark) { html { filter: invert(1); } img { filter: invert(1); } } |
