Try cleaner style for note output.
This commit is contained in:
parent
e9585bd821
commit
5c979747e2
@ -1,15 +1,19 @@
|
|||||||
body {
|
body {
|
||||||
/* color: #fff; */
|
margin: 0 auto;
|
||||||
/* background-color: #222; */
|
max-width: 100ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node .node {
|
.node .node {
|
||||||
margin: 1ex;
|
margin: 1ex;
|
||||||
padding-left: 1ex;
|
padding: 0 0.5ex 0.1ex 1ex;
|
||||||
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
|
box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 150%;
|
||||||
|
}
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6 {
|
h1,h2,h3,h4,h5,h6 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user