diff options
Diffstat (limited to 'extras/html/themes/binary_system/style.css')
| -rw-r--r-- | extras/html/themes/binary_system/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/html/themes/binary_system/style.css b/extras/html/themes/binary_system/style.css index 459e0fd..c562107 100644 --- a/extras/html/themes/binary_system/style.css +++ b/extras/html/themes/binary_system/style.css @@ -20,7 +20,7 @@ } :root { - --color-bg: #0000aa; + --color-bg: #1a1a66; --color-text: #ffffff; --color-primary: #ffff00; --color-secondary: #00ffff; @@ -70,7 +70,7 @@ html::after { left: -5%; right: -5%; bottom: -5%; - background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.4) 100%); + background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.15) 100%); pointer-events: none; z-index: 10000; } @@ -104,7 +104,7 @@ body::before { left: 0; right: 0; bottom: 0; - background: radial-gradient(ellipse at center, transparent 0%, var(--color-bg) 125%); + background: radial-gradient(ellipse at center, transparent 75%, var(--color-bg) 100%); pointer-events: none; z-index: 2; } |
