This commit is contained in:
parent
a0ecb46a6f
commit
1f76f47514
|
@ -20,6 +20,11 @@
|
|||
|
||||
.list-item {
|
||||
border: none !important;
|
||||
padding: 2px 0px;
|
||||
}
|
||||
|
||||
input.input, input.input:active {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.codex-editor .icon {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user