frontend: Increase contrast of sidebar captions.

This commit is contained in:
Vaida Plankyte 2017-06-09 15:52:05 +01:00 committed by showell
parent 31c134aff2
commit 0452978e6a
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
#streams_filter_icon,
#join_unsub_stream {
float: right;
color: hsl(0, 0%, 80%);
color: hsl(0, 0%, 54%);
font-size: 13px;
margin-top: 3px;
margin-left: 10px;

View File

@ -473,7 +473,7 @@ a:hover code {
.sidebar-title {
font-size: 1em;
color: hsl(0, 0%, 66%);
color: hsl(0, 0%, 43%);
font-weight: normal;
display: inline;
}