diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-22 22:40:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-22 22:40:32 +0300 |
| commit | 7afc2fb9cac9547998cd7b4cf3283391e6331799 (patch) | |
| tree | 829b354604d193045b354354ae7ce279f019dacf /style.css | |
| parent | 1a3b474ca52256f2f5a25e412f0b0da39a313542 (diff) | |
Update content for html
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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; |
