mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
stylelint: Fix declaration-property-value-no-unknown.
‘bold’ is a font-weight, not a font-style. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
ca1d11b772
commit
23a2a31e7e
@@ -516,7 +516,6 @@ ul {
|
||||
.quote__source strong {
|
||||
font-family: var(--font-ops);
|
||||
font-weight: 550;
|
||||
font-style: bold;
|
||||
}
|
||||
|
||||
.quote__source i {
|
||||
|
Reference in New Issue
Block a user