Skip to content

Commit

Permalink
add redundant vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekai-s authored Aug 20, 2021
1 parent fdbd68c commit ed6e38e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style-bhl.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,30 @@
/* ===STANDARD THEME COLORS=== */
/* white */
--white-monochrome: 252, 252, 252;
/* v light gray for blockquotes and stuff */
--pale-gray-monochrome: 244, 244, 244;
/* very light pale gray for misc. use */
--light-pale-gray-monochrome: 244, 244, 244;
/* very light accent gray for misc. use */
--very-light-gray-monochrome: 215, 215, 215;
/* light accent gray for login status */
--light-gray-monochrome: 160, 160, 160;
/* gray */
--gray-monochrome: 66, 66, 72;
/* dark accent gray for sidebar background */
--dark-gray-monochrome: 48, 48, 52;
/* black */
--black-monochrome: 12, 12, 12;
/* subdued theme color, for visited links */
--pale-accent: 170, 0, 5;
/* vivid theme color, the "default" accent color */
--bright-accent: 133, 0, 5;
/* theme color */
--medium-accent: 100, 46, 44;
/* darker theme color */
--dark-accent: 100, 3, 15;
/* alternate accent color, for newpage links */
--alt-accent: 221, 102, 17;

/* ===PRIMARY COLORS=== */
/* ===GENERAL COLORS=== */
Expand All @@ -67,6 +83,7 @@
/* ===SECONDARY & TERTIARY COLORS=== */
/* Text Colors for Secondary & Tertiary items like Sidebar Headers and Top-Bar Menu Text */
--swatch-text-secondary-color: var(--swatch-menutxt-light-color);
--swatch-text-tertiary-color: var(--swatch-menutxt-dark-color);

/* ===STRUCTURAL SPACING ELEMENTS=== */
/* ===SIDEBAR MEASUREMENTS=== */
Expand Down Expand Up @@ -96,6 +113,7 @@
"FLAR" var(--FLAR, 0);
}
}
add redundant vars

@supports (font-feature-settings: inherit) {
* {
Expand Down

0 comments on commit ed6e38e

Please sign in to comment.