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:
parent
4baea21380
commit
bd57d3564b
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue