Apply color theme to HTML page itself (#2132)
This commit is contained in:
parent
17c27581b6
commit
cdc1d08267
3 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
overflow-y: auto;
|
||||
overscroll-behavior-y: none;
|
||||
text-rendering: optimizeLegibility;
|
||||
background-color: var(--background);
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-ms-overflow-style: scrollbar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue