2
2
.Whoops .container {
3
3
z-index : 5999999 ;
4
4
}
5
+ div .phpdebugbar ,
6
+ div .phpdebugbar-openhandler {
7
+ --color-red-vivid : # eb4432 ;
8
+ }
5
9
6
10
div .phpdebugbar {
7
11
font-size : 13px ;
@@ -24,7 +28,7 @@ div.phpdebugbar-openhandler-overlay {
24
28
25
29
div .phpdebugbar-openhandler {
26
30
border : 1px solid # aaa ;
27
- border-top : 3px solid # fa5661 ;
31
+ border-top : 3px solid var ( --color-red-vivid ) ;
28
32
width : 80% ;
29
33
height : 70% ;
30
34
padding : 10px ;
@@ -161,7 +165,7 @@ div.phpdebugbar-resize-handle {
161
165
cursor : ns-resize;
162
166
border-top : none;
163
167
border-bottom : 0px ;
164
- background-color : # fa5661 ;
168
+ background-color : var ( --color-red-vivid ) ;
165
169
}
166
170
167
171
.phpdebugbar .phpdebugbar-minimized div .phpdebugbar-resize-handle {
@@ -411,7 +415,7 @@ div.phpdebugbar-widgets-messages div.phpdebugbar-widgets-toolbar a.phpdebugbar-w
411
415
412
416
div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter [rel = "error" ],
413
417
div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter .phpdebugbar-widgets-excluded [rel = "error" ] {
414
- background-color : # fa5661 ;
418
+ background-color : var ( --color-red-vivid ) ;
415
419
}
416
420
417
421
div .phpdebugbar-widgets-messages div .phpdebugbar-widgets-toolbar a .phpdebugbar-widgets-filter [rel = "warning" ],
@@ -446,23 +450,23 @@ a.phpdebugbar-maximize-btn {
446
450
}
447
451
448
452
a .phpdebugbar-tab .phpdebugbar-active {
449
- background : # fa5661 ;
453
+ background : var ( --color-red-vivid ) ;
450
454
background-image : none;
451
455
color : # fff !important ;
452
456
text-shadow : 1px 1px # bf3039 ;
453
457
}
454
458
455
459
a .phpdebugbar-tab .phpdebugbar-active span .phpdebugbar-badge {
456
460
background-color : white;
457
- color : # fa5661 ;
461
+ color : var ( --color-red-vivid ) ;
458
462
text-shadow : 1px 1px # ebebeb ;
459
463
}
460
464
461
465
a .phpdebugbar-tab span .phpdebugbar-badge {
462
466
vertical-align : 0px ;
463
467
padding : 2px 8px 3px 8px ;
464
468
text-align : center;
465
- background : # fa5661 ;
469
+ background : var ( --color-red-vivid ) ;
466
470
font-size : 11px ;
467
471
font-family : monospace;
468
472
color : # fff ;
@@ -643,7 +647,7 @@ div.phpdebugbar-widgets-messages li.phpdebugbar-widgets-list-item span.phpdebugb
643
647
}
644
648
645
649
div .phpdebugbar-widgets-messages li .phpdebugbar-widgets-list-item span .phpdebugbar-widgets-value .phpdebugbar-widgets-error : before {
646
- color : # fa5661 ;
650
+ color : var ( --color-red-vivid ) ;
647
651
font-size : 15px ;
648
652
}
649
653
@@ -728,7 +732,7 @@ ul.phpdebugbar-widgets-cache a.phpdebugbar-widgets-forget {
728
732
float : right;
729
733
font-size : 12px ;
730
734
padding : 0 4px ;
731
- background : # fa5661 ;
735
+ background : var ( --color-red-vivid ) ;
732
736
margin : 0 2px ;
733
737
border-radius : 4px ;
734
738
color : # fff ;
0 commit comments