8000 Prevent toolbar links color override by css · symfony/symfony@94b0a3f · GitHub
[go: up one dir, main page]

Skip to content

Commit 94b0a3f

Browse files
authored
Prevent toolbar links color override by css
1 parent 476ef19 commit 94b0a3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler/toolbar.css.twig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
-webkit-font-smoothing: subpixel-antialiased;
5454
-moz-osx-font-smoothing: auto;
5555
}
56+
div.sf-toolbar .sf-toolbarreset a {
57+
color: #99CDD8;
58+
}
5659
.sf-toolbarreset abbr {
5760
border: dashed #777;
5861
border-width: 0 0 1px;

0 commit comments

Comments
 (0)
0