diff options
Diffstat (limited to 'static/css/variables.css')
| -rw-r--r-- | static/css/variables.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/css/variables.css b/static/css/variables.css new file mode 100644 index 0000000..123ee30 --- /dev/null +++ b/static/css/variables.css @@ -0,0 +1,21 @@ +@import url('https://fonts.googleapis.com/css2?family=Chivo:wght@200&family=Hind&family=Noto+Sans&display=swap'); + +@font-face { + font-family: 'Iosevka Web'; + src: url(/fonts/iosevka-medium.woff2) format('woff2'); + font-stretch: condensed; + font-display: swap; +} + +:root { + --font-sans-serif: 'Hind', 'Noto Sans', 'Segoe UI', 'Chivo', sans-serif; + --font-monospace: 'Iosevka Web', monospace; + + --color-background: #111; + --color-text: #ddd; + --color-text-muted: #aaa; + --color-text-link: #ff851b; + --color-text-link-bg: rgba(255, 133, 27, 0.2); + + --color-scrollbar: rgba(255, 255, 255, 0.4); +} |
