File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -160,3 +160,10 @@ button[class^="experimentButton_"][class*="buttonColor_"][class*="buttonActive_"
160160[style *= " color: white" ] {
161161 color : var (--white ) !important ;
162162}
163+
164+ // Search bar and text input borders follow accent
165+ div [class *= " container_" ]:focus-within ,
166+ [class *= " input_" ][type = " text" ]:not ([readOnly ]):focus ,
167+ [class *= " input_" ][type = " text" ]:not ([readOnly ]):focus:hover {
168+ --text-link : var (--brand-500 );
169+ }
Original file line number Diff line number Diff line change 9090 --opacity-blurple-60 : #{adjust-color ($brand , $alpha : -0.4 )} ;
9191 --blurple-50 : #{$brand } ;
9292
93+ // TODO: `2025_04_desktop_refresh_fast_follows` "Darker Guild List Background"
94+ --app-background-frame : #{darken ($crust , 2% )} ;
95+
9396 --background-primary : #{$base } !important ;
9497 --background-secondary : #{$mantle } !important ;
9598 --background-secondary-alt : #{darken ($base , 1% )} !important ;
You can’t perform that action at this time.
0 commit comments