diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 10077ae6b2..613ff956cb 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6159,3 +6159,10 @@ g { .user-info { overflow: hidden; } + +.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; +} \ No newline at end of file diff --git a/files/templates/notifications.html b/files/templates/notifications.html index cd7875f588..cb42c7d018 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -55,7 +55,7 @@ -Clear all notifications +Clear all notifications
diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index f30aad0fc9..b3deac3222 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 430, + 'css/main.css': 431, 'css/catalog.css': 2, 'css/4chan.css': 61,