Cleanup styling
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-05-13 13:29:23 +02:00
parent a0ecb46a6f
commit 1f76f47514
2 changed files with 8 additions and 1 deletions

View File

@ -20,6 +20,11 @@
.list-item { .list-item {
border: none !important; border: none !important;
padding: 2px 0px;
}
input.input, input.input:active {
box-shadow: none;
} }
.codex-editor .icon { .codex-editor .icon {

View File

@ -36,9 +36,11 @@
<style> <style>
@import url('https://rsms.me/inter/inter.css'); @import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; } html { font-family: 'Inter', sans-serif; }
body { font-family: 'Inter', sans-serif; }
input.input { font-family: 'Inter', sans-serif; } input.input { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) { @supports (font-variation-settings: normal) {
html { font-family: 'Inter var', sans-serif; } html { font-family: 'Inter var', sans-serif; }
body { font-family: 'Inter var', sans-serif; }
input.input { font-family: 'Inter var', sans-serif; } input.input { font-family: 'Inter var', sans-serif; }
} }
.list-item { .list-item {
@ -79,7 +81,7 @@
background: none; background: none;
} }
input.input { input.input, input.input:active {
border: none; border: none;
outline: none; outline: none;
margin: 0; margin: 0;