aboutsummaryrefslogtreecommitdiff
path: root/src/Style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/Style/style.css')
-rw-r--r--src/Style/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Style/style.css b/src/Style/style.css
index cd7f2df..6079ae1 100644
--- a/src/Style/style.css
+++ b/src/Style/style.css
@@ -24,6 +24,10 @@
--text-subtitle: #c9b6ff;
--text-muted: #888;
--text-black: #000;
+
+ /* Semantic aliases */
+ --color-white: #ffffff;
+ --color-primary: var(--magenta);
}
/* Fonts */
@@ -144,10 +148,17 @@ h1 {
font-size: 42px;
text-align: center;
font-family: 'Argon Glow';
+ font-weight: 700;
+ font-size: 60px;
color: var(--magenta);
text-shadow:
0 0 5px var(--magenta),
0 0 15px rgba(var(--magenta-rgb), 0.6);
+ filter:
+ url(#glitch)
+ drop-shadow(0 0 0.25rem #ffaaff7f)
+ drop-shadow(0 0 0.5rem #ff55ff4f)
+ drop-shadow(0 0 1rem #dd44dd5f);
}
/* Subtitle */