style: Add css for hr-tag & footnotes
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
38e29acf2d
commit
312dc238e6
1 changed files with 19 additions and 0 deletions
|
@ -138,6 +138,25 @@ iframe {
|
|||
|
||||
.blogtime { color: var(--dark-2); }
|
||||
|
||||
hr {
|
||||
margin: 2vh 5vh 2vh 0;
|
||||
border-color: #777;
|
||||
}
|
||||
|
||||
.footnotes li {
|
||||
counter-increment: footnote-counter;
|
||||
margin-bottom: 1vh;
|
||||
padding-left: 0;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
gap: 1vh;
|
||||
}
|
||||
|
||||
.footnotes li::before {
|
||||
content: counter(footnote-counter) ".";
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* LOGS */
|
||||
.borderbottom {
|
||||
border-bottom-width: 2px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue