web/layout: add global long-text-noto style class
This commit is contained in:
@@ -433,6 +433,16 @@
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
:global(.long-text-noto),
|
||||
:global(.long-text-noto *) {
|
||||
line-height: 1.7;
|
||||
font-size: 14.5px;
|
||||
font-weight: 410;
|
||||
font-family: "Noto Sans Mono Variable", "Noto Sans Mono", monospace;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
}
|
||||
|
||||
[data-reduce-motion="true"] :global(*) {
|
||||
animation: none !important;
|
||||
transition: none !important;
|
||||
|
||||
Reference in New Issue
Block a user