summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 9 insertions, 9 deletions
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;