take one on music feature

This commit is contained in:
2022-05-09 19:19:16 -06:00
parent e5bf0c952c
commit 8cc150569b
8 changed files with 142 additions and 9 deletions

View File

@@ -189,6 +189,25 @@ code {
overflow: auto;
}
/* For the music page */
.music-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.music {
display: block;
}
.music::before {
content: "`";
}
.music::after {
content: "`";
}
@media (prefers-color-scheme: dark) {
body {
color: #f8f8f2;