style: slightly improved notice styling

This commit is contained in:
sethburkart123
2024-06-09 21:03:46 +10:00
parent 9c6285a6be
commit c342fea154
2 changed files with 26 additions and 6 deletions
+20 -1
View File
@@ -14,7 +14,9 @@
.hidden {
display: none;
}
body,
.legacy-root input, .legacy-root textarea, .legacy-root button, .legacy-root select, .legacy-root option, .legacy-root .input,
html {
font-family: Rubik, sans-serif !important;
}
@@ -806,6 +808,20 @@ div > ol:has(.uiFileHandlerWrapper) {
background: var(--background-primary);
color: var(--text-primary);
--colour: unset;
> h2 {
margin-bottom: 0;
}
.staff {
margin-bottom: 16px;
opacity: 1;
}
}
.dark #main > .notices > .notice > h2,
.dark #main > .notices > .notice > div {
text-shadow: 0 0 15px #000000;
}
#title span {
display: none;
@@ -2527,7 +2543,10 @@ li.MessageList__unread___3imtO {
margin: 0;
font-size: 13px !important;
font-weight: 400;
color: #7a7a7a;
color: #b2b2b2;
}
.dark .day h3 {
color: #c1bcbc;
}
.day h4 {
position: absolute;