Add new CSS for displaying series notes

This commit is contained in:
smoreface 2022-10-15 15:15:16 -07:00
parent df7c1d2bc2
commit b575c06a5c
2 changed files with 14 additions and 0 deletions

View file

@ -62,6 +62,11 @@ main#content header#post-header div {
color: #a7a7a7;
}
div#series-note {
border-top: 3px solid #3ee4f06c;
border-bottom: 3px solid #3ee4f06c;
}
footer#footer {
color: #cccccc;
}

View file

@ -312,6 +312,15 @@ main#content section.footnotes {
font-size: 0.9em;
}
div#series-note {
font-size: 17px;
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
border-top: 3px solid #154c506c;
border-bottom: 3px solid #154c506c;
}
footer#footer {
font-size: 10px;
font-size: 1.4rem;