1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 08:23:14 -06:00

style: consistent highlight colors

This commit is contained in:
Tyler Nguyen 2024-11-08 20:18:24 -06:00
parent cfb6fe7470
commit e89e694fc8
No known key found for this signature in database

View file

@ -55,7 +55,7 @@
--md-typeset-kbd-color: rgb(var(--solarized-base2));
--md-typeset-kbd-border-color: rgb(var(--solarized-green));
--md-typeset-kbd-accent-color: rgb(var(--solarized-base3));
--md-typeset-mark-color: rgb(var(--solarized-green));
--md-typeset-mark-color: rgba(var(--solarized-green), 0.3);
}
[data-md-color-scheme="slate"] {
@ -83,6 +83,7 @@
--md-typeset-kbd-color: rgb(var(--solarized-base02));
--md-typeset-kbd-border-color: rgb(var(--solarized-cyan));
--md-typeset-kbd-accent-color: rgb(var(--solarized-base03));
--md-typeset-mark-color: rgba(var(--solarized-cyan), 0.4);
}
/* NOTE Header: Hide shadow under header */