diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-08-20 18:13:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 18:13:56 -0400 |
commit | e56734fc880e92e368e669a155cd53e82494cf67 (patch) | |
tree | bb81cdff33049defdb07c48f282ab4254dcc5a31 /ext/css/display.css | |
parent | 388328b85b7c7067d73eda40755ae0e5a990bd69 (diff) |
Input styles updates (#1900)
* Rename class
* Update styles
* Use input-group class
* Update styles
* Update input line height
* Update border styles
* Update styles
* Update line height
* Update styles
* Update line height
* Update line height
* Update outline item style
Diffstat (limited to 'ext/css/display.css')
-rw-r--r-- | ext/css/display.css | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/css/display.css b/ext/css/display.css index 70a61b00..76e8d6a4 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -258,21 +258,8 @@ :root[data-page-type=popup]:not([data-theme]) body { background-color: transparent; } -:root { - font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; - font-size: var(--font-size); - line-height: var(--line-height); - height: 100%; -} body { - margin: 0; - border: 0; - padding: 0; - height: 100%; overflow: hidden; - background-color: var(--background-color); - color: var(--text-color); - font-size: inherit; } ol, ul { margin-top: 0; |