styled h1 as serif

This commit is contained in:
Lynne Megido 2019-05-02 04:30:26 +10:00
parent dc1bf1ca28
commit fa416d8013
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499
2 changed files with 4 additions and 0 deletions

View File

@ -23,5 +23,8 @@
</ul>
</p>
</article>
<footer>
The source code of this website can be viewed <a href='https://git.lynnesbian.space/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
</footer>
</body>
</html>

View File

@ -22,6 +22,7 @@ h1 {
text-align: center;
font-size: 3em;
font-weight: 200;
font-family:serif;
}
ul {
list-style-type: none;