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