aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/style.css b/style.css
index 794681d..b8e34b4 100644
--- a/style.css
+++ b/style.css
@@ -7,6 +7,20 @@
--t1: hsl(var(--hue), 13%, 51%);
}
+.trans {
+ background: linear-gradient(
+ #60d0fa50 0%,
+ #60d0fa50 19%,
+ #f5acba50 20%,
+ #f5acba50 39%,
+ #FFFFFF50 40%,
+ #FFFFFF50 59%,
+ #f5acba50 60%,
+ #f5acba50 79%,
+ #60d0fa50 80%
+ );
+}
+
body {
background-color: var(--b1);
}