update css

This commit is contained in:
ouwou 2022-05-16 01:17:34 -04:00
parent b2ba7709df
commit 607607ef0a

View File

@ -300,12 +300,13 @@
.channel-tab-switcher tab {
background: #1A1A1A;
border: 1px solid #808080;
min-height: 35px;
}
.channel-tab-switcher tab.needs-attention:not(:checked) {
font-weight: bold;
animation: 150ms ease-in;
background-image: radial-gradient(ellipse at bottom, #FF5370, #1A1A1A 30%);
/* background-image: radial-gradient(ellipse at bottom, #FF5370, #1A1A1A 30%); */
box-shadow: inset 0 -6px red;
}