mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 02:57:32 +00:00
Merge pull request #688 from sharelatex/ja-fix-upgrade-prompt-contrast
Set font colour at entire side bar level
This commit is contained in:
commit
76de9c05f2
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue