mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Use less specific html selector to not override user CSS (#2218)
This commit is contained in:
parent
3b8a7ab132
commit
4dc91c6ebf
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! rest */
|
/*! rest */
|
||||||
:root {
|
html {
|
||||||
font-size: prop(font-size);
|
font-size: prop(font-size);
|
||||||
body {
|
body {
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
|
|
Loading…
Reference in a new issue