Skip to content
Snippets Groups Projects

Issue #3506743 by tomislav.matokovic: Increasing the color contrast for the navigation block title against the background of the navigation sidebar to at least 4.5:1

Closed Issue #3506743 by tomislav.matokovic: Increasing the color contrast for the navigation block title against the background of the navigation sidebar to at least 4.5:1
Closed Tomislav Matokovic requested to merge issue/drupal-3506743:3506743-increase-the-color into 11.x
Files
2
@@ -36,7 +36,7 @@
padding: var(--admin-toolbar-space-12) var(--admin-toolbar-space-8);
letter-spacing: var(--admin-toolbar-letter-spacing-0-8);
text-transform: uppercase;
color: var(--admin-toolbar-color-gray-600);
color: var(--admin-toolbar-color-gray-700);
font-family: inherit;
font-size: var(--admin-toolbar-font-size-label-xs);
line-height: var(--admin-toolbar-line-height-label-xs);
Loading