Skip to content
Snippets Groups Projects
Verified Commit 312fc2bc authored by James Allen's avatar James Allen Committed by David Mehren
Browse files

Set font colour at entire side bar level

parent 9d3b2e08
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,10 @@ ...@@ -58,6 +58,10 @@
background-color: @sidebar-bg; background-color: @sidebar-bg;
padding-top: @content-margin-vertical; padding-top: @content-margin-vertical;
padding-bottom: @content-margin-vertical; padding-bottom: @content-margin-vertical;
color: @sidebar-color;
.small {
color: @sidebar-color;
}
} }
.project-list-sidebar when (@is-overleaf) { .project-list-sidebar when (@is-overleaf) {
...@@ -109,9 +113,6 @@ ...@@ -109,9 +113,6 @@
} }
p { p {
margin-bottom: @line-height-computed / 4; margin-bottom: @line-height-computed / 4;
&.small {
color: @sidebar-color;
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment