Forked from https://github.com/emallson/hexo-theme-tufte
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
515 B
24 lines
515 B
ol .marginnote, ul .marginnote, ol .sidenote, ul .sidenote { margin-right: -77.7%; }
|
|
ul { list-style-type: inherit; }
|
|
|
|
ol { width: 45%; }
|
|
|
|
li > p, li > ul { width: initial; }
|
|
li, li > p { margin-bottom: 0; margin-top: 0; }
|
|
|
|
h1.title { width: 60%; }
|
|
@media (max-width: 760px) { h1.title { width: 95%; } }
|
|
|
|
pre { overflow-x: auto; }
|
|
|
|
code { font-family: Source Code Pro, monospace; }
|
|
|
|
p > code { font-size: 1.1rem; }
|
|
|
|
article {
|
|
counter-reset: sidenote-counter;
|
|
}
|
|
|
|
.sidenote, .marginnote {
|
|
font-size: 1.2rem;
|
|
}
|