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 Aug 26, 2023
1 parent cbaa050 commit f250e96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ $ui-header-height: 55px;

> .scrollable {
background: $ui-base-color;
backdrop-filter: blur(20px);
}
}

Expand Down
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 @@ -17,7 +17,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 f250e96

Please sign in to comment.