From 9194e25742694092763b43f82e6ae474fc6b76f3 Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 22 Jun 2018 14:23:43 +0100 Subject: [PATCH] Set font colour at entire side bar level --- services/web/public/stylesheets/app/project-list.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index 569035ad72..a1a0dd9cd6 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -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; - } } }