Skip to content

Commit aaf3db2

Browse files
authored
fix(chess.com): hovered toolbar icons, coach nudge modal (catppuccin#1403)
1 parent a6a00a4 commit aaf3db2

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

styles/chess.com/catppuccin.user.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Chess.com Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/chess.com
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chess.com
5-
@version 0.2.1
5+
@version 0.2.2
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chess.com/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achess.com
88
@description Soothing pastel theme for Chess.com
@@ -300,8 +300,14 @@
300300
}
301301
}
302302

303-
#tb .toolbar-action-icon {
304-
color: @subtext1;
303+
#tb {
304+
.toolbar-action-icon {
305+
color: @subtext1;
306+
}
307+
308+
.toolbar-action-wrapper:hover .toolbar-action-icon {
309+
color: @text !important;
310+
}
305311
}
306312

307313
#sb {
@@ -516,6 +522,10 @@
516522
}
517523
}
518524

525+
.coach-nudges-modal-component {
526+
background: @mantle;
527+
}
528+
519529
.ready-to-play-banner-component {
520530
background-color: @mantle;
521531

0 commit comments

Comments
 (0)