0

reduced font weight of message text

This commit is contained in:
t1enne 2022-10-22 10:44:15 +02:00
parent 7c0474f14a
commit f6e158ab88

View File

@ -1,5 +1,5 @@
$border-style: 3px solid currentColor; $border-style: 3px solid currentColor;
$p-size: 5px; $p-size: 8px;
.root { .root {
* { * {
@ -13,13 +13,13 @@ $p-size: 5px;
display: flex; display: flex;
align-items: center; align-items: center;
font-family: var(--theme-text-display-font-family); font-family: var(--theme-text-display-font-family);
font-weight: bold; font-weight: 600;
} }
.message { .message {
overflow: hidden; overflow: hidden;
overflow-wrap: anywhere; overflow-wrap: anywhere;
font-weight: 600; font-weight: 500;
mark { mark {
padding-left: 0.35em; padding-left: 0.35em;