mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 14:26:41 -04:00
upgrade Hugo to v0.60.1 (new markdown parser)
This commit is contained in:
@ -29,4 +29,10 @@ div.highlight span {
|
||||
&.gs {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
// TODO: line numbers
|
||||
&.ln {
|
||||
color: #999999;
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
}
|
||||
|
@ -35,13 +35,13 @@ main#list {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 1.8em;
|
||||
}
|
||||
|
||||
+ li {
|
||||
margin-top: 1.3em;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 1.8em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user