Skip to content

Commit

Permalink
meow: blur slightly the column backgrounds, to make cats visible
Browse files Browse the repository at this point in the history
  • Loading branch information
arachnist committed Sep 3, 2024
1 parent b42501d commit 81456d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/javascript/flavours/glitch/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ $gold-star: #ca8f04 !default; // Dark Goldenrod
$red-bookmark: $warning-red;

// Values from the classic Mastodon UI
$classic-base-color: hsl(240deg, 16%, 19%);
$classic-primary-color: hsl(240deg, 29%, 70%);
$classic-secondary-color: hsl(255deg, 25%, 88%);
$classic-highlight-color: $blurple-500;
$classic-base-color: rgba(40, 44, 55, 0.95); // Midnight Express + transparency for cats
$classic-primary-color: #9baec8; // Echo Blue
$classic-secondary-color: #d9e1e8; // Pattens Blue
$classic-highlight-color: #6364ff; // Brand purple

// Variables for defaults in UI
$base-shadow-color: $black !default;
Expand Down

0 comments on commit 81456d0

Please sign in to comment.