forked from MarseyWorld/MarseyWorld
make rainbow button visible on all themes and decrease its text-shadow
parent
1afb1ea76f
commit
8951d08d1c
|
@ -6165,8 +6165,8 @@ g {
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-rainbow {
|
.btn-rainbow {
|
||||||
color:white!important;
|
color:white !important;
|
||||||
background: -moz-linear-gradient(180deg, red, orange, yellow, green, blue, indigo, violet);
|
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 );
|
background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet ) !important;
|
||||||
text-shadow:-2px -1px 0 black,2px -2px 0 black,-2px 2px 0 black,2px 2px 0 black;
|
text-shadow:-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black !important;
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{%-
|
{%-
|
||||||
set CACHE_VER = {
|
set CACHE_VER = {
|
||||||
'css/main.css': 433,
|
'css/main.css': 434,
|
||||||
'css/catalog.css': 2,
|
'css/catalog.css': 2,
|
||||||
|
|
||||||
'css/4chan.css': 61,
|
'css/4chan.css': 61,
|
||||||
|
|
Loading…
Reference in New Issue