add rainbow-text + cachebusting (thx neko my love)

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-17 07:39:51 +02:00
parent 6ccdfeab67
commit 8b10d02b1c
2 changed files with 9 additions and 2 deletions

View File

@ -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;
}

View File

@ -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,