From 7afc2fb9cac9547998cd7b4cf3283391e6331799 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Jun 2025 22:40:32 +0300 Subject: Update content for html --- style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index eb871147..f3b75abf 100644 --- a/style.css +++ b/style.css @@ -20,12 +20,12 @@ } :root { - --color-bg: #1a1a2e; - --color-text: #f0f0f5; - --color-primary: #ff3399; - --color-secondary: #33ffff; - --color-accent: #ffff66; - --color-glow: rgba(255, 51, 153, 0.3); + --color-bg: #2a2a3e; + --color-text: #ffffff; + --color-primary: #ff66b2; + --color-secondary: #66ffff; + --color-accent: #ffff99; + --color-glow: rgba(255, 102, 178, 0.4); } * { @@ -53,7 +53,7 @@ html::before { background: linear-gradient( 180deg, transparent 0%, - rgba(51, 255, 255, 0.15) 50%, + rgba(102, 255, 255, 0.08) 50%, transparent 100% ); pointer-events: none; @@ -198,7 +198,7 @@ a:hover::after { border-right: 4px solid var(--color-accent); padding: 1em 2em; margin: 2em 0; - background-color: rgba(255, 255, 255, 0.02); + background-color: rgba(255, 255, 255, 0.05); font-style: italic; position: relative; } @@ -225,7 +225,7 @@ a:hover::after { /* Code blocks with terminal styling */ pre { font-family: code, monospace; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.3); border: 1px solid var(--color-primary); padding: 1.5em; overflow-x: auto; -- cgit v1.2.3