forked from MarseyWorld/MarseyWorld
make rainbow button visible on all themes and decrease its text-shadow
parent
1afb1ea76f
commit
8951d08d1c
|
@ -6166,7 +6166,7 @@ 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;
|
||||
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;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
{%-
|
||||
set CACHE_VER = {
|
||||
'css/main.css': 433,
|
||||
'css/main.css': 434,
|
||||
'css/catalog.css': 2,
|
||||
|
||||
'css/4chan.css': 61,
|
||||
|
|
Loading…
Reference in New Issue