1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-31 06:18:01 +00:00

lightened link color in dark mode

This commit is contained in:
Nebel 2022-09-17 18:05:19 +09:00
parent 3909e7d7be
commit e4463934ce

View file

@ -8,6 +8,13 @@
--nc-ac-tx: var(--nc-tx-1); --nc-ac-tx: var(--nc-tx-1);
} }
@media (prefers-color-scheme: dark) {
:root {
--nc-lk-1: #66adff;
--nc-lk-2: #a8caf0;
}
}
body { body {
padding-inline: 0.75rem; padding-inline: 0.75rem;
max-inline-size: 80rem; max-inline-size: 80rem;