css linter fixes
Some checks failed
Lint CSS / lint (push) Failing after 8s

This commit is contained in:
Seaswimmer 2023-10-27 22:06:17 -04:00
parent 027b6df456
commit 2bd8211d6b
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -13,6 +13,7 @@
/* Old Windows titlebar - remove this @import if you wish to use default titlebar */ /* Old Windows titlebar - remove this @import if you wish to use default titlebar */
@import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css"); @import url("https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css");
:root { :root {
/* /*
* Background image variables * Background image variables
@ -21,6 +22,7 @@
--background-image-blur: 0px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */ --background-image-blur: 0px; /* Blur intensity of --background-image | Must end in px | DEFAULT: 5px */
--background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */ --background-image-size: cover; /* Size of the background image | DEFAUT: cover | OPTIONS: cover, contain */
--background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */ --background-image-position: center; /* Position of background image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
/* /*
* User Popout variables * User Popout variables
* This will only affect the user profile (when clicking on a member in the members list) * This will only affect the user profile (when clicking on a member in the members list)
@ -29,6 +31,7 @@
--popout-image-blur: 0px; /* Blur intensity of --popout-image | Must end in px | DEFAULT: 5px */ --popout-image-blur: 0px; /* Blur intensity of --popout-image | Must end in px | DEFAULT: 5px */
--popout-image-size: cover; /* Size of the popout/modal image | DEFAUT: cover | OPTIONS: cover, contain */ --popout-image-size: cover; /* Size of the popout/modal image | DEFAUT: cover | OPTIONS: cover, contain */
--popout-image-position: center; /* Position of popout/modal image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */ --popout-image-position: center; /* Position of popout/modal image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
/* /*
* Modal & Popout variables * Modal & Popout variables
*/ */
@ -36,12 +39,14 @@
--overlay-image-blur: var(--background-image-blur); /* Blur intensity of --overlay-image | Must end in px | DEFAULT: 5px */ --overlay-image-blur: var(--background-image-blur); /* Blur intensity of --overlay-image | Must end in px | DEFAULT: 5px */
--overlay-image-size: var(--background-image-size); /* Size of the popout/modal image | DEFAUT: cover | OPTIONS: cover, contain */ --overlay-image-size: var(--background-image-size); /* Size of the popout/modal image | DEFAUT: cover | OPTIONS: cover, contain */
--overlay-image-position: var(--background-image-position); /* Position of popout/modal image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */ --overlay-image-position: var(--background-image-position); /* Position of popout/modal image | DEAFULT: center | OPTIONS: top, right, bottom, left, center */
/* /*
* Home image variables * Home image variables
*/ */
--home-button-image: url("https://discordstyles.github.io/FrostedGlass/discord.svg"); /* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */ --home-button-image: url("https://discordstyles.github.io/FrostedGlass/discord.svg"); /* Home button image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--home-button-size: 60%; /* Size of the home button image | DEFAUT: cover */ --home-button-size: 60%; /* Size of the home button image | DEFAUT: cover */
--home-button-position: center; /* Position of home button image | DEAFULT: center */ --home-button-position: center; /* Position of home button image | DEAFULT: center */
/* /*
* Brightness variables * Brightness variables
*/ */
@ -50,29 +55,34 @@
--middle-brightness: 0.5; /* Chat brightness | 0 - 1 (decimals allowed) | DEFAULT: 0.6 */ --middle-brightness: 0.5; /* Chat brightness | 0 - 1 (decimals allowed) | DEFAULT: 0.6 */
--right-brightness: 0; /* Members and Now Playing brightness | 0 - 1 (decimals allowed) | DEFAULT: 0 */ --right-brightness: 0; /* Members and Now Playing brightness | 0 - 1 (decimals allowed) | DEFAULT: 0 */
--overlay-brightness: 0.75; /* Brightness for popouts and modals | 0 - 1 (decimals allowed) | DEFAULT: 0.75 */ --overlay-brightness: 0.75; /* Brightness for popouts and modals | 0 - 1 (decimals allowed) | DEFAULT: 0.75 */
/* /*
* Gradient variables * Gradient variables
*/ */
--gradient-primary: 103, 58, 183; /* DEFAULT: 103,58,183 */ --gradient-primary: 103, 58, 183; /* DEFAULT: 103,58,183 */
--gradient-secondary: 63, 81, 181; /* DEFAULT: 63,81,181 */ --gradient-secondary: 63, 81, 181; /* DEFAULT: 63,81,181 */
--gradient-direction: 320deg; /* DEFAULT: 320deg */ --gradient-direction: 320deg; /* DEFAULT: 320deg */
/* /*
* Tint variables * Tint variables
*/ */
--tint-colour: 255, 51, 159; /* Colour of tint | DEAFULT: 255,51,159 */ --tint-colour: 255, 51, 159; /* Colour of tint | DEAFULT: 255,51,159 */
--tint-brightness: 0; /* Brightness of --tint-colour | 0 - 1 (decimals allowed) | DEFAULT: 0 */ --tint-brightness: 0; /* Brightness of --tint-colour | 0 - 1 (decimals allowed) | DEFAULT: 0 */
/* /*
* Other variables * Other variables
*/ */
--window-padding: 10px; /* Spacing around the Discord window | DEFAULT: 20px */ --window-padding: 10px; /* Spacing around the Discord window | DEFAULT: 20px */
--window-roundness: 20px; /* Roundness of Discord | DEFAULT: 10px */ --window-roundness: 20px; /* Roundness of Discord | DEFAULT: 10px */
--scrollbar-colour: rgb(255, 255, 255, 0.05); /* DEFAULT: rgb(255,255,255,0.05) */ --scrollbar-colour: rgb(255, 255, 255, 5%); /* DEFAULT: rgb(255, 255, 255, 5%) */
--link-colour: #00b0f4; /* DEFAULT: #00b0f4 */ --link-colour: #00b0f4; /* DEFAULT: #00b0f4 */
/* /*
* Visit https://fonts.google.com and select one to your liking. * Visit https://fonts.google.com and select one to your liking.
* Now just follow this tutorial: https://imgur.com/a/CNbw7xC * Now just follow this tutorial: https://imgur.com/a/CNbw7xC
*/ */
--font: "roboto"; --font: "roboto";
/* /*
* ~~DO NOT TOUCH~~ * ~~DO NOT TOUCH~~
* Removing this will display an annoying update banner. * Removing this will display an annoying update banner.