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 May 30, 2024
1 parent 8ae002f commit fbf4a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $gold-star: #ca8f04 !default; // Dark Goldenrod
$red-bookmark: $warning-red;

// Values from the classic Mastodon UI
$classic-base-color: #282c37; // Midnight Express
$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
Expand Down

0 comments on commit fbf4a9a

Please sign in to comment.