mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
style: slightly improved notice styling
This commit is contained in:
+20
-1
@@ -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;
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
html.transparencyEffects.dark {
|
||||
--background-primary: rgba(35, 35, 35, 0.5);
|
||||
--background-secondary: rgba(26, 26, 26, 0.5);
|
||||
--background-primary: rgba(35, 35, 35, 0.6);
|
||||
--background-secondary: rgba(26, 26, 26, 0.6);
|
||||
}
|
||||
|
||||
html.transparencyEffects:not(.dark) {
|
||||
--background-primary: rgba(255, 255, 255, 0.5);
|
||||
--background-secondary: rgba(229, 231, 235, 0.5);
|
||||
--background-primary: rgba(255, 255, 255, 0.6);
|
||||
--background-secondary: rgba(229, 231, 235, 0.6);
|
||||
}
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ html.transparencyEffects {
|
||||
|
||||
/* Blurs */
|
||||
.draggable,
|
||||
.notice,
|
||||
.BasicPanel__BasicPanel___1GP6s,
|
||||
.message.addMessage,
|
||||
.singleSelect,
|
||||
@@ -37,7 +38,7 @@ html.transparencyEffects {
|
||||
.pane,
|
||||
.legacy-root button, .legacy-root a,
|
||||
.MessageList__MessageList___3DxoC {
|
||||
backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(20px);
|
||||
}
|
||||
|
||||
.report {
|
||||
|
||||
Reference in New Issue
Block a user