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>
<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>

View File

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