8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccc5667 + 402fed0 commit 591ad22Copy full SHA for 591ad22
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/profiler.css.twig
@@ -46,6 +46,8 @@
46
--base-4: #666;
47
--base-5: #444;
48
--base-6: #222;
49
+ --card-label-background: #eee;
50
+ --card-label-color: var(--base-6);
51
}
52
53
.theme-dark {
@@ -85,6 +87,8 @@
85
87
86
88
--base-5: #e0e0e0;
89
--base-6: #f5f5f5;
90
+ --card-label-background: var(--tab-active-background);
91
+ --card-label-color: var(--tab-active-color);
92
93
94
{# Basic styles
@@ -436,8 +440,8 @@ table tbody td.num-col {
436
440
margin-top: 0;
437
441
438
442
.card .label {
439
- background-color: #EEE;
- color: var(--base-6);
443
+ background-color: var(--card-label-background);
444
+ color: var(--card-label-color);
445
446
447
{# Status
0 commit comments