File tree Expand file tree Collapse file tree
codeclash/viewer/static/css Expand file tree Collapse file tree Original file line number Diff line number Diff line change 382382}
383383
384384.move-button {
385- background-color : # 00aa66 ;
386- color : white ;
385+ background-color : var ( --accent-color ) ;
386+ color : # 000000 ;
387387 border : none;
388388 padding : 0.4rem 0.6rem ;
389389 border-radius : 0.25rem ;
390390 font-size : 0.8rem ;
391- font-weight : 500 ;
391+ font-weight : 700 ;
392392 cursor : pointer;
393393 transition : all 0.2s ease;
394394}
395395
396396.move-button : hover {
397- background-color : # 008855 ;
398- }
399-
400- /* Dark mode fix for move button */
401- .move-button {
402- background-color : # 00aa66 ;
403- color : # 000000 ;
404- font-weight : 700 ;
405- }
406-
407- .move-button : hover {
408- background-color : # 008855 ;
397+ background-color : var (--accent-hover );
409398 color : # 000000 ;
410399}
411400
Original file line number Diff line number Diff line change @@ -865,6 +865,14 @@ details summary {
865865 --bs-btn-hover-border-color : var (--border-color );
866866}
867867
868+ .btn-outline-warning {
869+ --bs-btn-color : var (--accent-color );
870+ --bs-btn-border-color : var (--accent-color );
871+ --bs-btn-hover-color : # 000000 ;
872+ --bs-btn-hover-bg : var (--accent-color );
873+ --bs-btn-hover-border-color : var (--accent-color );
874+ }
875+
868876.table {
869877 --bs-table-color : var (--text-primary );
870878 --bs-table-bg : var (--bg-primary );
You can’t perform that action at this time.
0 commit comments