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; - } } }