make "clear all notifications" more prominent

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-28 20:19:17 +02:00
parent dd76c0ec69
commit 3ef4970e38
3 changed files with 9 additions and 2 deletions

View File

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

View File

@ -55,7 +55,7 @@
</div>
</div>
<a class="btn btn-primary mt-3 ml-3" role="button" onclick="post_toast(this,'/clear', true)">Clear all notifications</a>
<a class="btn btn-primary btn-rainbow mt-3 ml-3" role="button" onclick="post_toast(this,'/clear', true)">Clear all notifications</a>
<div class="notifs px-3 p-md-0">

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 430,
'css/main.css': 431,
'css/catalog.css': 2,
'css/4chan.css': 61,