diff options
Diffstat (limited to 'extras/html/themes/pixel_portal/style.css')
| -rw-r--r-- | extras/html/themes/pixel_portal/style.css | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/extras/html/themes/pixel_portal/style.css b/extras/html/themes/pixel_portal/style.css index 355e202..acb47d2 100644 --- a/extras/html/themes/pixel_portal/style.css +++ b/extras/html/themes/pixel_portal/style.css @@ -25,7 +25,7 @@ --color-primary: #ff0090; --color-secondary: #00f0ff; --color-accent: #ffee00; - --color-glow: #ff009033; + --color-glow: rgba(255, 0, 144, 0.2); } * { @@ -59,7 +59,7 @@ body::before { left: 0; right: 0; bottom: 0; - background: radial-gradient(ellipse at center, transparent 0%, var(--color-bg) 100%); + background: radial-gradient(ellipse at center, transparent 0%, var(--color-bg) 125%); pointer-events: none; z-index: 2; } @@ -255,10 +255,14 @@ p { /* Special retro effects */ @keyframes glitch { - 0%, 100% { text-shadow: 0 0 5px var(--color-glow); } - 25% { text-shadow: -2px 0 var(--color-accent), 2px 0 var(--color-secondary); } - 50% { text-shadow: 2px 0 var(--color-accent), -2px 0 var(--color-secondary); } - 75% { text-shadow: 0 0 10px var(--color-glow); } + 0%, 100% { text-shadow: 0 0 5px var(--color-glow); +} + 25% { text-shadow: -2px 0 var(--color-accent), 2px 0 var(--color-secondary); +} + 50% { text-shadow: 2px 0 var(--color-accent), -2px 0 var(--color-secondary); +} + 75% { text-shadow: 0 0 10px var(--color-glow); +}; } h1:hover { |
