mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

budparr
27.59.2019 7cd8b26dad8ce3baafbcd9cbc2b0c3567ef972ca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 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;
 
}