Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
Signed-off-by: lindwurm <[email protected]>
  • Loading branch information
lindwurm committed Aug 24, 2024
1 parent c2a42ad commit 2435fe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/javascript/styles/mastodon/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $blurple-600: #2075b1; // Iris
$blurple-500: #2b90d9; // Brand blue
$blurple-400: #56a7e1; // Medium slate blue
$blurple-300: #82bee9; // Faded Blue
$grey-600: hsl(240deg, 8%, 33%); // Trout
$grey-100: hsl(240deg, 51%, 90%); // Topaz
$grey-600: hsl(208deg, 8%, 33%); // Trout
$grey-100: hsl(208deg, 51%, 90%); // Topaz

$success-green: #79bd9a !default; // Padua
$error-red: $red-500 !default; // Cerise
Expand All @@ -18,9 +18,9 @@ $gold-star: #ca8f04 !default; // Dark Goldenrod
$red-bookmark: $warning-red;

// Values from the classic Mastodon UI
$classic-base-color: hsl(240deg, 16%, 19%);
$classic-base-color: hsl(215deg, 16%, 19%);
$classic-primary-color: hsl(215deg, 29%, 70%);
$classic-secondary-color: hsl(255deg, 25%, 88%);
$classic-secondary-color: hsl(205deg, 25%, 88%);
$classic-highlight-color: $blurple-500;

// Variables for defaults in UI
Expand Down Expand Up @@ -60,7 +60,7 @@ $ui-button-destructive-background-color: $red-500 !default;
$ui-button-destructive-focus-background-color: $red-600 !default;

$ui-button-icon-focus-outline: $ui-button-focus-outline !default;
$ui-button-icon-hover-background-color: rgba(140, 141, 255, 40%) !default;
$ui-button-icon-hover-background-color: rgba(138, 200, 255, 40%) !default;

// Variables for texts
$primary-text-color: $white !default;
Expand Down

0 comments on commit 2435fe1

Please sign in to comment.