From 8b10d02b1cd12fbbaf9b554cd9d7b60f1816dd41 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 17 Jul 2022 07:39:51 +0200 Subject: [PATCH] add rainbow-text + cachebusting (thx neko my love) --- files/assets/css/main.css | 7 +++++++ files/templates/util/assetcache.html | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 752600569..d8eaf6b14 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -6144,3 +6144,10 @@ g { text-overflow: ellipsis; } +.rainbow-text { + background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red); + color: transparent; + background-clip: text; + -webkit-background-clip: text; + font-weight: 700; +} \ No newline at end of file diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index 2d0d0de2e..b7b3cbd33 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -1,6 +1,6 @@ {%- set CACHE_VER = { - 'css/main.css': 404, + 'css/main.css': 405, 'css/catalog.css': 2, 'css/4chan.css': 61, @@ -20,7 +20,7 @@ set CACHE_VER = { 'js/bootstrap.js': 275, 'js/comments+submission_listing.js': 263, 'js/submission_listing.js': 261, - 'js/emoji_modal.js': 298, + 'js/emoji_modal.js': 299, 'js/formatting.js': 240, 'js/lottery.js': 256, 'js/marked.js': 280,