Add hr styling
This commit is contained in:
parent
ceb2700c7d
commit
ecd0c9ea87
@ -85,6 +85,16 @@ blockquote {
|
|||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
display: block;
|
||||||
|
margin: 2rem 0;
|
||||||
|
height: 1px;
|
||||||
|
border: none;
|
||||||
|
background: var(--accent-100);
|
||||||
|
opacity: .25;
|
||||||
|
font-size: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
padding: 2px 16px;
|
padding: 2px 16px;
|
||||||
@ -192,6 +202,9 @@ ul.blog-posts li span {
|
|||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
.tags a {
|
.tags a {
|
||||||
border: 1px dotted var(--primary-100);
|
border: 1px dotted var(--primary-100);
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user