add empty line before comments

This commit is contained in:
meaz 2023-11-15 09:00:13 +01:00
parent e60547ac20
commit 127825cae1
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -5,11 +5,13 @@
:root {
--disroot-white: #ddd;
--color-btn-font: #ddd;
/* background colors */
--disroot-lightmode: #ddd;
--disroot-darkmode: hsl(225, 16%, 15%); //#1f222b;
--disroot-darkmode-light: hsl(225, 15%, 20%); //#2b2f3b //#2a2e3a;
--disroot-darkmode-lighter: hsl(227, 14%, 25%); //#383c4a;
/* primary color light theme*/
//--primary-l-h: 336;
//--primary-l-s: 57%;
@ -20,8 +22,9 @@
//--disroot-red-even-lighter: hsl(var(--primary-l-h), calc(var(--primary-l-s) - 29%), calc(var(--primary-l-l) + 43%));
--disroot-red: hsl(336, 57%, 20%); //#50162d;
--disroot-red-light: hsl(336, 43%, 27%); //#61273e;
--disroot-red-lighter: hsl(336, 34%, 33%); //#72384f;
--disroot-red-even-lighter: hsl(336, 28%, 64%); //#bd899e;
--disroot-red-lighter: hsl(336, 34%, 33%); //#72384f;
--disroot-red-even-lighter: hsl(336, 28%, 64%); //#bd899e;
/* primary color dark theme*/
--disroot-green: hsl(77, 66%, 43%); //#8eb726;
--disroot-green-lighter: hsl(77, 54%, 59%); //#afcf60;
@ -30,7 +33,6 @@
/* secondary color */
--disroot-blueish: hsl(184, 51%, 25%); //#1f5c60;
--disroot-blueish-lighter: hsl(184, 30%, 44%); //#4f8f93;
--color-url-font: var(--disroot-green);
--color-url-visited-font: var(--disroot-blueish);
--color-header-background: var(--disroot-red-light);
@ -69,6 +71,7 @@
--color-search-background-hover: var(--disroot-red-lighter);
}
@results-margin: 0.325rem;
// Category color
.category label {
color: var(--color-btn-font);