forked from rDrama/rDrama
1
0
Fork 0

switch color order

master
Aevann 2023-10-04 18:51:24 +03:00
parent ab1d4399f4
commit 15fd1792db
2 changed files with 6 additions and 6 deletions

View File

@ -196,9 +196,9 @@
}
.gold-text:not(a), h1.gold-text.post-title a {
--color3: #FBED21;
--color2: #edcd1a;
--color1: #e3c414;
--color2: #edcd1a;
--color3: #FBED21;
font-family: open sans,sans-serif !important;
background: repeating-linear-gradient(
45deg,

View File

@ -485,9 +485,9 @@ body::after {
/* Candy Corn */
.candy-corn, h1.candy-corn.post-title a {
--color3: #FBED21;
--color2: #F66A3C;
--color1: #FDFBDA;
--color2: #F66A3C;
--color3: #FBED21;
font-family: "Open Sans", sans-serif !important;
background: repeating-linear-gradient(
45deg,
@ -517,9 +517,9 @@ body::after {
}
.ectoplasm.candy-corn {
--color3: rgb(140, 255, 0);
--color2: rgb(0, 111, 0);
--color1: rgb(131, 255, 131);
--color2: rgb(0, 111, 0);
--color3: rgb(140, 255, 0);
text-shadow: none;
}