Preserve formatting of non-html extension widget content
This commit is contained in:
parent
495eaa0a37
commit
f89fc2ee1d
2 changed files with 5 additions and 1 deletions
|
|
@ -273,6 +273,10 @@
|
|||
background-color: var(--color-separator);
|
||||
}
|
||||
|
||||
pre {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: hsl(var(--bghs), calc(var(--scheme) (var(--scheme) var(--bgl) + 20%)));
|
||||
color: var(--color-text-highlight);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue