From 8951d08d1c3e66383c2695ac3ab80e801a1119c9 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 4 Aug 2022 17:19:28 +0200 Subject: [PATCH] make rainbow button visible on all themes and decrease its text-shadow --- files/assets/css/main.css | 8 ++++---- files/templates/util/assetcache.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index b74028819..fc926f89c 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; } \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 25e5fdba4..80d23f44f 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 433, + 'css/main.css': 434, 'css/catalog.css': 2, 'css/4chan.css': 61,