diff options
Diffstat (limited to 'web_src/less/_base.less')
-rw-r--r-- | web_src/less/_base.less | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 6fee330c57..8885ffc409 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -146,10 +146,7 @@ samp { } b, -strong { - font-weight: 500; -} - +strong, h1, h2, h3, @@ -746,7 +743,7 @@ a.ui.card:hover, } &.bold { - font-weight: 500; + font-weight: 600; } &.italic { @@ -781,7 +778,6 @@ a.ui.card:hover, } &.bottom.attached.message { - font-weight: 500; text-align: left; color: black; @@ -1042,7 +1038,7 @@ a.ui.card:hover, .scrolling.menu { .item.selected { - font-weight: 500 !important; + font-weight: 600 !important; } } |