Skip to content

Commit

Permalink
fix(keybr.com): darken lesson keys colors
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Oct 26, 2024
1 parent a6a00a4 commit da03d80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/keybr.com/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name keybr.com Catppuccin
@namespace github.com/catppuccin/userstyles/styles/keybr.com
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/keybr.com
@version 0.0.1
@version 0.0.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/keybr.com/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Akeybr.com
@description Soothing pastel theme for keybr.com
Expand Down Expand Up @@ -119,6 +119,9 @@
--KeyboardKey-button--depressed__color: @accent-color;
--LessonKey--included__color: @crust;
--LessonKey--excluded__color: @crust;
--LessonKey--uncalibrated__background-color: @surface0;
--LessonKey--excluded__background-color: @surface0;
--LessonKey--excluded__color: @overlay0;

Check failure on line 124 in styles/keybr.com/catppuccin.user.css

View workflow job for this annotation

GitHub Actions / Lint Userstyles

Unexpected duplicate "--LessonKey--excluded__color" (declaration-block-no-duplicate-custom-properties)
--DailyGoal-bar__color: @accent-color;
--KeyboardKey-button__color: @accent-color;
--textinput__color: @text;
Expand Down

0 comments on commit da03d80

Please sign in to comment.