Removed not needed css.
This commit is contained in:
parent
252e987e72
commit
9d53f977e5
1 changed files with 2 additions and 1 deletions
|
@ -5,11 +5,13 @@ body {
|
||||||
background: hsl(210,17%,98%);
|
background: hsl(210,17%,98%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: @mrflix, do we need this at this level?
|
||||||
p,
|
p,
|
||||||
ol,
|
ol,
|
||||||
ul {
|
ul {
|
||||||
color: #bcbcbb;
|
color: #bcbcbb;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 14px 0;
|
margin: 14px 0;
|
||||||
|
@ -132,7 +134,6 @@ small {
|
||||||
|
|
||||||
[contenteditable] {
|
[contenteditable] {
|
||||||
display: block;
|
display: block;
|
||||||
white-space: pre-wrap;
|
|
||||||
outline-style: none;
|
outline-style: none;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue