File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 273273 text-align : center;
274274}
275275
276+ /* Dark mode contrast fix for rounds count */
277+ .rounds-count {
278+ color : # 000000 ;
279+ font-weight : 700 ;
280+ }
281+
276282.rounds-unknown {
277283 color : var (--text-muted );
278284 font-size : 0.8rem ;
300306 flex-shrink : 0 ;
301307}
302308
309+ /* Dark mode contrast fix for model tags */
310+ .model-tag {
311+ color : # 000000 ;
312+ font-weight : 700 ;
313+ }
314+
303315.models-unknown {
304316 color : var (--text-muted );
305317 font-size : 0.8rem ;
330342 filter : brightness (1.1 );
331343}
332344
345+ /* Dark mode contrast fix for open button */
346+ .open-button {
347+ color : # 000000 ;
348+ font-weight : 700 ;
349+ }
350+
351+ .open-button : hover {
352+ background-color : var (--accent-hover );
353+ color : # 000000 ;
354+ }
355+
333356.open-new-tab-button {
334357 background-color : var (--accent-color );
335358 color : white;
347370 background-color : var (--accent-hover );
348371}
349372
373+ /* Dark mode contrast fix for new tab button */
374+ .open-new-tab-button {
375+ color : # 000000 ;
376+ font-weight : 700 ;
377+ }
378+
379+ .open-new-tab-button : hover {
380+ background-color : var (--accent-hover );
381+ color : # 000000 ;
382+ }
383+
350384.move-button {
351- background-color : var ( --warning-color ) ;
385+ background-color : # 00aa66 ;
352386 color : white;
353387 border : none;
354388 padding : 0.4rem 0.6rem ;
360394}
361395
362396.move-button : hover {
363- filter : brightness (1.1 );
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 ;
409+ color : # 000000 ;
364410}
365411
366412.no-games-message {
459505 filter : brightness (1.1 );
460506}
461507
508+ /* Dark mode contrast fix for dialog buttons */
509+ .move-dialog-buttons button : first-child {
510+ color : # 000000 ;
511+ font-weight : 700 ;
512+ }
513+
514+ .move-dialog-buttons button : first-child : hover {
515+ background-color : var (--accent-hover );
516+ color : # 000000 ;
517+ }
518+
462519.move-dialog-buttons button : last-child {
463520 background-color : var (--bg-secondary );
464521 color : var (--text-primary );
You can’t perform that action at this time.
0 commit comments