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 {
border: none !important;
padding: 2px 0px;
}
input.input, input.input:active {
box-shadow: none;
}
.codex-editor .icon {

View File

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