various fixes
This commit is contained in:
parent
dcb085accb
commit
848c3b4c60
2 changed files with 8 additions and 8 deletions
|
|
@ -22,14 +22,12 @@
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
p{
|
||||
margin: 1em;
|
||||
}
|
||||
p { margin: 1em; }
|
||||
|
||||
a::before, h1::before, h2::before, h3::before,
|
||||
blockquote::before, .footer {
|
||||
color: #505050
|
||||
}
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
||||
article a::before { content:"→ "; }
|
||||
h1::before { content:"# "; }
|
||||
|
|
@ -68,4 +66,4 @@
|
|||
|
||||
<div class="container">
|
||||
<article>
|
||||
<!-- End header.html -->
|
||||
<!-- End header.html -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue