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 { .hidden {
display: none; display: none;
} }
body, body,
.legacy-root input, .legacy-root textarea, .legacy-root button, .legacy-root select, .legacy-root option, .legacy-root .input,
html { html {
font-family: Rubik, sans-serif !important; font-family: Rubik, sans-serif !important;
} }
@@ -806,6 +808,20 @@ div > ol:has(.uiFileHandlerWrapper) {
background: var(--background-primary); background: var(--background-primary);
color: var(--text-primary); color: var(--text-primary);
--colour: unset; --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 { #title span {
display: none; display: none;
@@ -2527,7 +2543,10 @@ li.MessageList__unread___3imtO {
margin: 0; margin: 0;
font-size: 13px !important; font-size: 13px !important;
font-weight: 400; font-weight: 400;
color: #7a7a7a; color: #b2b2b2;
}
.dark .day h3 {
color: #c1bcbc;
} }
.day h4 { .day h4 {
position: absolute; position: absolute;
+6 -5
View File
@@ -1,11 +1,11 @@
html.transparencyEffects.dark { html.transparencyEffects.dark {
--background-primary: rgba(35, 35, 35, 0.5); --background-primary: rgba(35, 35, 35, 0.6);
--background-secondary: rgba(26, 26, 26, 0.5); --background-secondary: rgba(26, 26, 26, 0.6);
} }
html.transparencyEffects:not(.dark) { html.transparencyEffects:not(.dark) {
--background-primary: rgba(255, 255, 255, 0.5); --background-primary: rgba(255, 255, 255, 0.6);
--background-secondary: rgba(229, 231, 235, 0.5); --background-secondary: rgba(229, 231, 235, 0.6);
} }
@@ -23,6 +23,7 @@ html.transparencyEffects {
/* Blurs */ /* Blurs */
.draggable, .draggable,
.notice,
.BasicPanel__BasicPanel___1GP6s, .BasicPanel__BasicPanel___1GP6s,
.message.addMessage, .message.addMessage,
.singleSelect, .singleSelect,
@@ -37,7 +38,7 @@ html.transparencyEffects {
.pane, .pane,
.legacy-root button, .legacy-root a, .legacy-root button, .legacy-root a,
.MessageList__MessageList___3DxoC { .MessageList__MessageList___3DxoC {
backdrop-filter: blur(10px); backdrop-filter: blur(20px);
} }
.report { .report {