Finish sex and kink

This commit is contained in:
Madison Scott-Clary
2019-09-26 00:17:27 -07:00
parent 2bf2fb038e
commit 059f85af29
20 changed files with 4819 additions and 4232 deletions

View File

@ -1,5 +1,9 @@
<footer>
<p>&copy; Madison Scott-Clary, 2019 &bull; <a href="/about">About</a> &bull; <a href="/news">Updates</a> &bull; <a href="/map">Map</a></p>
<p>&copy; Madison Scott-Clary, 2019
&bull; <a href="/about">About</a>
&bull; <a href="/news">Updates</a>
&bull; <a href="/map">Map</a>
&bull; <a href="/chronology">Chronology</a></p>
</footer>
<!-- Matomo -->

View File

@ -116,6 +116,17 @@ blockquote em {
font-weight: bold;
font-family: 'Merriweather Sans', sans-serif;
}
.info {
color: #008;
text-align: right;
}
.info:before {
content: 'ⓘ';
display: block;
font-size: 32pt;
font-weight: bold;
font-family: 'Merriweather Sans', sans-serif;
}
pre {
border: 1px solid #eee;
padding: 1em;