make rainbow button visible on all themes and decrease its text-shadow

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-04 17:19:28 +02:00
parent 1afb1ea76f
commit 8951d08d1c
2 changed files with 5 additions and 5 deletions

View File

@ -6165,8 +6165,8 @@ g {
}
.btn-rainbow {
color:white!important;
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet);
background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet );
text-shadow:-2px -1px 0 black,2px -2px 0 black,-2px 2px 0 black,2px 2px 0 black;
color:white !important;
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet) !important;
background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ) !important;
text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black !important;
}

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 433,
'css/main.css': 434,
'css/catalog.css': 2,
'css/4chan.css': 61,