styled h1 as serif
This commit is contained in:
parent
dc1bf1ca28
commit
fa416d8013
2 changed files with 4 additions and 0 deletions
|
@ -23,5 +23,8 @@
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -22,6 +22,7 @@ h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
font-family:serif;
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
Loading…
Reference in a new issue