Most pages are now styled.

Small changes to existing pages.
Changes to base layout style.
This commit is contained in:
Jorit Tijsen
2024-03-15 13:35:43 +01:00
parent a0baa0230f
commit 1a8bbeb084
42 changed files with 1618 additions and 944 deletions

View File

@@ -5,7 +5,6 @@
font-size: 16pt;
font-family: 'Roboto Condensed', serif;
font-weight: 300;
/* background: #F6F6F6; */
background: rgba(246, 246, 246, 0.4);
width: 728px;
color: #787878;
@@ -56,3 +55,9 @@
}
}
}
.player {
font-size: 14pt;
font-family: 'Roboto Condensed', serif;
font-weight: 300;
color: #787878;
}