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:
parent
3909e7d7be
commit
e4463934ce
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
|||
--nc-ac-tx: var(--nc-tx-1);
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--nc-lk-1: #66adff;
|
||||
--nc-lk-2: #a8caf0;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
padding-inline: 0.75rem;
|
||||
max-inline-size: 80rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue