diff options
| author | Shulhan <ms@kilabit.info> | 2025-01-21 21:44:12 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-01-21 21:44:12 +0700 |
| commit | 9514ce5db4d6ab9472c71b94821f99ecbeb7e232 (patch) | |
| tree | 2e34dd276c6612ba4843651625f27fab2a6f919f /_content/index.css | |
| parent | 1240d5faf0f55a9eb986681c5163820e27e4f923 (diff) | |
| download | kilabit.info-9514ce5db4d6ab9472c71b94821f99ecbeb7e232.tar.xz | |
_content/index.css: change the link color on dark mode to gold-ish
Instead of dark blue (cyan?), make the links and sections header color
become gold-ish.
It is much better this way.
Diffstat (limited to '_content/index.css')
| -rw-r--r-- | _content/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_content/index.css b/_content/index.css index 5564d81..7688467 100644 --- a/_content/index.css +++ b/_content/index.css @@ -191,10 +191,10 @@ } :root { - --dark-anchor: #00cdff; + --dark-anchor: #c48000; --dark-bg-editor-line: #173740; --dark-bg-mono: #12414d; - --dark-bg-topbar: #207e95; + --dark-bg-topbar: #005c73; --dark-bg: #002b36; --dark-border: #035064; --dark-fg-gray: #76888a; |
