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

change theme

use sans-serif and monospace fonts
This commit is contained in:
Nebel 2022-08-31 12:28:58 +09:00
parent 4baea21380
commit bd57d3564b

View file

@ -1,5 +1,11 @@
:root {
font-size: 12px;
--nc-font-sans: sans-serif;
--nc-font-mono: monospace;
--nc-lk-1: #1875d1;
--nc-lk-2: #004a9f;
--nc-ac-1: #f57f17;
--nc-ac-tx: var(--nc-tx-1);
}
body {
@ -13,6 +19,11 @@ header {
justify-content: space-evenly;
}
header h1 > a,
header h1 > a:hover {
color: var(--nc-ac-1);
}
a[href^="/"] {
text-decoration: none;
}