mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20680 from overleaf/ds-cms-bs5-font-size-override
BS5 Migration CMS - Adding UL and OL to the override list in CSS styling GitOrigin-RevId: 0919f6b1c5ebb2c6d5764a425189e3395bce903a
This commit is contained in:
parent
5b0bf3f915
commit
514bf1f7f8
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6,
|
h6,
|
||||||
p {
|
p,
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
@if $size == 'heading-2xl' {
|
@if $size == 'heading-2xl' {
|
||||||
@include heading-2xl;
|
@include heading-2xl;
|
||||||
} @else if $size == 'heading-xl' {
|
} @else if $size == 'heading-xl' {
|
||||||
|
|
Loading…
Reference in a new issue