From c4e023c742e4c89549a6291a4069f5dc73745b2f Mon Sep 17 00:00:00 2001 From: Vozer <76500838+SlippingGitty@users.noreply.github.com> Date: Sun, 5 Jun 2022 15:00:17 -0500 Subject: [PATCH] Shadows, Theme Notice Please see the license for Theme Notices here - https://github.com/discord-theme-tools/theme-notices/blob/main/LICENSE --- src/_modules.scss | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/_modules.scss b/src/_modules.scss index 6a894fb..fecb12e 100644 --- a/src/_modules.scss +++ b/src/_modules.scss @@ -35,10 +35,11 @@ display:none; } -/* Compact Powercord Theme Toggler and Plugins Products */ +/* VOZER - Compact Powercord - LICENSE - https://github.com/SlippingGitty/Compact-Powercord/blob/main/LICENSE */ .powercord-product { padding: 9px; margin-bottom: 13px; + box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); } .powercord-product-header h4 { font-size: 16px; @@ -51,6 +52,30 @@ display:none; font-size: 13px; } +/* LUCKFIRE - Theme Notices - NOTIFICATION - https://github.com/discord-theme-tools/theme-notices/blob/main/LICENSE */ + .theme-light #app-mount::after { + z-index: 101; + position: absolute; + content: "For this theme to work properly, you have to enable Dark Mode. \a\aTo enable it, head over to Settings -> Appearance."; + white-space: pre-wrap; + font-weight: 500; + line-height: 21px; + right: 10px; + bottom: 10px; + padding: 15px 15px 15px 15px; + width: 299px; + max-width: 299px; + min-height: 75px; + border: 1px solid rgb(78, 78, 81); + border-radius: 5px; + backdrop-filter: blur(20px); + box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483); + color: var(--text-normal); + background-color: var(--background-floating); + background-repeat: no-repeat; + background-position: 16px center; +} + /* Color Pallete */ .theme-dark { --background-tertiary: rgb(42, 40, 44);