diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-11 11:39:36 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-11 11:39:36 +0200 |
| commit | 10a80de12c03697ed8077975e057b35df4f73b37 (patch) | |
| tree | bb897e825b5fbd5e07de666519881997571d2613 /assets/css | |
| parent | c5d003b7e7e258a289aecfec36fe1f2034903eca (diff) | |
| download | danixxyz-theme-10a80de12c03697ed8077975e057b35df4f73b37.tar.gz danixxyz-theme-10a80de12c03697ed8077975e057b35df4f73b37.zip | |
fix: define --font-head CSS variable as Oxanium in :root
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/main.css | 1 | ||||
| -rw-r--r-- | assets/css/main.min.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index e5ebf14..29f7f6e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -4,6 +4,7 @@ /* Dark theme (default) - CSS custom properties */ :root { + --font-head: 'Oxanium', monospace; --bg: #060b10; --bg2: #0c1520; --bg2-rgb: 12, 21, 32; diff --git a/assets/css/main.min.css b/assets/css/main.min.css index ac8360d..aef2fbd 100644 --- a/assets/css/main.min.css +++ b/assets/css/main.min.css @@ -3227,6 +3227,7 @@ article.border.border-border\/30.rounded-lg.overflow-hidden.group.menu-overlay { /* Dark theme (default) - CSS custom properties */ :root { + --font-head: 'Oxanium', monospace; --bg: #060b10; --bg2: #0c1520; --bg2-rgb: 12, 21, 32; |
