diff --git a/src/css/injected.scss b/src/css/injected.scss index 610708df..d8873056 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -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; diff --git a/src/css/injected/transparency.scss b/src/css/injected/transparency.scss index 9214a2f6..2edf80df 100644 --- a/src/css/injected/transparency.scss +++ b/src/css/injected/transparency.scss @@ -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 {