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.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css
index 1a81fcd3..488e97dc 100644
--- a/src/main/assets/style.css
+++ b/src/main/assets/style.css
@@ -23,7 +23,6 @@ input,
textarea {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size: 12pt;
- -webkit-font-smoothing: subpixel-antialiased;
}
h1,
h2 {
@@ -100,7 +99,7 @@ html {
}
body > header {
background: #fff;
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.28);
+ border-bottom: 1px solid #eee;
position: fixed;
top: 0;
width: 100%;