This commit is contained in:
parent
a0ecb46a6f
commit
1f76f47514
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user