fix(post): cleanup styling
This commit is contained in:
parent
95e2e24565
commit
0b8cb4f0bc
1 changed files with 1 additions and 5 deletions
|
|
@ -2,11 +2,9 @@
|
||||||
font-family: 'Apercu Mono', monospace !important;
|
font-family: 'Apercu Mono', monospace !important;
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin: 0.5em 0 1em 0;
|
margin: 0 1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
background: transparent !important;
|
|
||||||
border: none !important;
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -18,7 +16,6 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: none !important;
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -26,7 +23,6 @@
|
||||||
user-select: none;
|
user-select: none;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
background: transparent !important;
|
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue