mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Fill example site with general content
Fix markdown for italic and other font styles Improve sample pages and posts in example site Update example site config Resolves #5 :)
This commit is contained in:
@@ -647,6 +647,12 @@ img.profile {
|
||||
list-style-type: disc;
|
||||
list-style-position: inside;
|
||||
}
|
||||
.section.main .content .markdown em {
|
||||
font-style: italic;
|
||||
}
|
||||
.section.main .content .markdown strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
.section.main .content .markdown hr {
|
||||
position: relative;
|
||||
margin: 1.75rem 0;
|
||||
|
Reference in New Issue
Block a user