1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 00:18:09 +00:00
quot/app/views/app.css
2022-09-07 20:46:43 +09:00

43 lines
607 B
CSS

:root {
font-size: 14px;
--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 {
padding-inline: 0.75rem;
max-inline-size: 80rem;
}
header {
padding-block: 1.25rem;
margin-bottom: 0.75rem;
display: flex;
align-items: center;
justify-content: space-evenly;
}
header h1 {
margin: 0;
font-size: 1.85rem;
}
header h1 > :is(a, a:hover) {
color: var(--nc-ac-1);
}
header nav > * {
font-size: 1.25rem;
}
a[href^="/"] {
text-decoration: none;
}
main * {
line-height: 2;
}