Use more suitable colors in sidebars

This commit is contained in:
MrOtherGuy 2018-12-06 23:47:43 +02:00
parent 84f67124ab
commit d1e3a75b51

View file

@ -12,7 +12,7 @@
#sidebar-splitter{ display: none }
#sidebar-header{ overflow: hidden; }
#sidebar-header{ overflow: hidden; color: var(--chrome-color) !important; }
#sidebar{
transition: min-width 115ms linear !important;
@ -22,6 +22,8 @@
#sidebar-box:hover > #sidebar{ min-width: var(--uc-sidebar-hover-width) !important; }
.sidebar-panel{ color: var(--newtab-text-primary-color) !important;}
/* Add sidebar divider and give it background */
#sidebar,