mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 09:33:33 -05:00
fix: improve the text contrast ratio of the editor sidebar
GitOrigin-RevId: 01fb558f3c8b1cff611200b2b309a28c7823305b
This commit is contained in:
parent
b3903a6c88
commit
75c5f16114
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin: (@line-height-computed / 2) 0;
|
margin: (@line-height-computed / 2) 0;
|
||||||
padding-bottom: (@line-height-computed / 4);
|
padding-bottom: (@line-height-computed / 4);
|
||||||
color: @gray-light;
|
color: @neutral-70;
|
||||||
border-bottom: 1px solid @gray-lighter;
|
border-bottom: 1px solid @gray-lighter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue