Bit of styling fixes

This commit is contained in:
Madison Scott-Clary
2021-09-01 22:53:58 -07:00
parent 0d19bb446b
commit c3cf9be76c
2 changed files with 24 additions and 10 deletions

View File

@ -1,3 +1,3 @@
<header> <header>
<h1>{{ .Site.Title }}<small>Limerent Object and other stories</small></h1> <h1><a href="/">{{ .Site.Title }}<small>Limerent Object and other stories</small></a></h1>
</header> </header>

View File

@ -14,23 +14,30 @@ header, footer {
border-top: 1px solid rgba(0, 0, 0, 0.1); border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom:1px solid rgba(0, 0, 0, 0.1); border-bottom:1px solid rgba(0, 0, 0, 0.1);
} }
header {
border-top: none;
}
footer {
border-bottom: none;
}
header a {
color: #222;
text-decoration: none;
}
h1 small { h1 small {
display: block; display: block;
font-size: 50%; font-size: 50%;
} }
ul {
list-style-type: none;
margin: 1rem 0;
padding: 0;
}
ul li {
margin: 1rem;
padding: 0;
}
.title ul { .title ul {
list-style-type: none; list-style-type: none;
font-family: "Tom's New Roman", serif; font-family: "Tom's New Roman", serif;
text-align: center; text-align: center;
margin: 0;
padding: 0;
}
.title ul li {
margin: 1rem 0;
padding: 0;
} }
.title blockquote:first-of-type { .title blockquote:first-of-type {
font-style: italic; font-style: italic;
@ -61,6 +68,13 @@ main {
font-family: "Gentium Book Basic", serif; font-family: "Gentium Book Basic", serif;
font-size: 18pt; font-size: 18pt;
text-align: justify; text-align: justify;
color: #222;
}
a {
color: #262;
}
a:visited {
color: #266;
} }
.title img { .title img {
max-width: 50%; max-width: 50%;