Add music to playlist, add more github info and css

This commit is contained in:
2022-09-27 20:52:24 -04:00
parent cf7e85fa6d
commit f326bc1894
10 changed files with 2254 additions and 10664 deletions

View File

@@ -116,7 +116,7 @@ section {
}
body {
margin: 0 0 1rem;
margin: 0 0 4rem;
font-size: 18px;
font-weight: 400;
line-height: 1.5;
@@ -361,4 +361,8 @@ code {
.button.link.back::after {
content: '';
display: none;
}
.monospace {
font-family: 'Hack', 'Source Code Pro', Consolas, monospace;
}