Merge pull request #688 from sharelatex/ja-fix-upgrade-prompt-contrast

Set font colour at entire side bar level
This commit is contained in:
James Allen
2018-06-22 16:00:05 +01:00
committed by GitHub

View File

@@ -58,6 +58,10 @@
background-color: @sidebar-bg;
padding-top: @content-margin-vertical;
padding-bottom: @content-margin-vertical;
color: @sidebar-color;
.small {
color: @sidebar-color;
}
}
.project-list-sidebar when (@is-overleaf) {
@@ -109,9 +113,6 @@
}
p {
margin-bottom: @line-height-computed / 4;
&.small {
color: @sidebar-color;
}
}
}