redesign new a bit

This commit is contained in:
りき萌 2024-02-22 16:14:02 +01:00
parent 1606c32b9e
commit 372a9dff5a
9 changed files with 132 additions and 11 deletions

View file

@ -452,6 +452,8 @@ a[is="th-new"] {
color: var(--text-color);
opacity: 50%;
margin-right: 16px;
&.has-news {
opacity: 100%;
text-decoration: none;
@ -483,6 +485,11 @@ span.badge {
background-color: #d01243;
}
&.blue {
color: white;
background-color: #058ef0;
}
&.before-content {
margin-right: 6px;
}
@ -774,4 +781,4 @@ section[is="th-settings"] {
/* Don't display settings when JavaScript is disabled.
JS overrides this value on the element itself. */
display: none;
}
}