Skip to content

Commit

Permalink
fix(chess.com): hovered toolbar icons, coach nudge modal (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Oct 26, 2024
1 parent a6a00a4 commit aaf3db2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions styles/chess.com/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Chess.com Catppuccin
@namespace github.com/catppuccin/userstyles/styles/chess.com
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chess.com
@version 0.2.1
@version 0.2.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chess.com/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achess.com
@description Soothing pastel theme for Chess.com
Expand Down Expand Up @@ -300,8 +300,14 @@
}
}

#tb .toolbar-action-icon {
color: @subtext1;
#tb {
.toolbar-action-icon {
color: @subtext1;
}

.toolbar-action-wrapper:hover .toolbar-action-icon {
color: @text !important;
}
}

#sb {
Expand Down Expand Up @@ -516,6 +522,10 @@
}
}

.coach-nudges-modal-component {
background: @mantle;
}

.ready-to-play-banner-component {
background-color: @mantle;

Expand Down

0 comments on commit aaf3db2

Please sign in to comment.