diff options
| author | Ahmed <git@gumx.cc> | 2026-06-17 15:45:51 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-17 15:45:51 +0300 |
| commit | 2faa1fede9cfe79e2bc93e3e5e2444e4f54cb32b (patch) | |
| tree | 8cc2747ee551c51a075553f905156559ba0835dd /_shared | |
| parent | 12b6af597d9f3c463fdae9e59e3f5a432bf6c004 (diff) | |
fix: style, docs, and few routes
Diffstat (limited to '_shared')
| -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); } } |
