mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-04-21 14:12:45 +00:00
* Using resources.PostCSS to handle stylesheets * Allow optional processing of assets through Hugo Pipes * We can settle with 0.64.0
20 lines
362 B
CSS
20 lines
362 B
CSS
/* Put your custom styles here and run `npm start` from the "src" directory on */
|
|
|
|
#TableOfContents ul li {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.lh-copy blockquote {
|
|
display: block;
|
|
font-size: .875em;
|
|
margin-left: 2rem;
|
|
margin-top: 2rem;
|
|
margin-bottom: 2rem;
|
|
border-left: 4px solid #ccc;
|
|
padding-left: 1rem;
|
|
|
|
}
|
|
|
|
.nested-links a{
|
|
overflow-wrap: break-word;
|
|
} |