mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Use less specific html selector to not override user CSS (#2218)
This commit is contained in:
parent
94117603c7
commit
c81463b22f
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
/*! rest */
|
||||
:root {
|
||||
html {
|
||||
font-size: prop(font-size);
|
||||
body {
|
||||
overscroll-behavior: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue