reduced font weight of message text
This commit is contained in:
parent
7c0474f14a
commit
f6e158ab88
@ -1,5 +1,5 @@
|
||||
$border-style: 3px solid currentColor;
|
||||
$p-size: 5px;
|
||||
$p-size: 8px;
|
||||
|
||||
.root {
|
||||
* {
|
||||
@ -13,13 +13,13 @@ $p-size: 5px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: var(--theme-text-display-font-family);
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.message {
|
||||
overflow: hidden;
|
||||
overflow-wrap: anywhere;
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
|
||||
mark {
|
||||
padding-left: 0.35em;
|
||||
|
Loading…
x
Reference in New Issue
Block a user