aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r--src/main/assets/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css
index 957d7bd0..4e53eaec 100644
--- a/src/main/assets/style.css
+++ b/src/main/assets/style.css
@@ -74,7 +74,7 @@ html,
input,
textarea,
button {
- font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
+ font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: subpixel-antialiased;
}
h1,
@@ -250,7 +250,7 @@ pre::selection {
border: 1px solid var(--border-color);
outline: none !important;
padding: 4px;
- -webkit-appearance: none;
+ appearance: none;
border-radius: 0;
}