aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/client.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-01-30 19:47:54 +0100
committerstonedDiscord <Tukz@gmx.de>2023-01-30 19:47:54 +0100
commit777162e9205a115e823db18a9d81a5a342cc8882 (patch)
treec49375bec50c25a7f5b954a8f57ff92fa092cb6a /webAO/styles/client.css
parent56fa48be906354c340a928bd6f44c5eed849ca02 (diff)
fix color
Diffstat (limited to 'webAO/styles/client.css')
-rw-r--r--webAO/styles/client.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 31bc64b..ced8339 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -21,15 +21,12 @@
.text_rainbow {
background-color: #fff;
- background-image: repeating-linear-gradient(to right,
- red 0% 8%, orange 8% 16%, yellow 16% 24%, green 24% 32%, blue 32% 40%,
- red 40% 48%, orange 48% 56%, yellow 56% 64%, green 64% 72%, blue 72% 80%,
- red 80% 88%, orange 88% 96%, yellow 96% 100%);
- background-size: 40% 40%;
+ background-image: repeating-linear-gradient(to right, red 0% 20%, orange 20% 40%, yellow 40% 60%, green 60% 80%, blue 80% 100%);
+ background-size: 75% 75%;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
- animation: rainbow 4s linear infinite;
+ animation: rainbow 2s linear infinite;
}
@keyframes rainbow_alt {