switched to pastel theme, improved it

This commit is contained in:
evanpelle
2024-08-26 21:05:10 -07:00
parent 480cfba8e0
commit f03542f1d7
10 changed files with 109 additions and 98 deletions
+11 -1
View File
@@ -34,6 +34,14 @@ h1 {
text-align: center;
color: #2e2e2e;
font-size: 8em;
margin-bottom: 10px;
}
h2 {
font-family: Arial, serif;
text-align: center;
color: #2e2e2e;
font-size: 4em;
margin-bottom: 30px;
}
@@ -44,10 +52,12 @@ h1 {
#username {
width: 100%;
padding: 15px;
font-size: 24px;
font-size: 30px;
text-align: center;
border: 2px solid #007bff;
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.8);
margin: 30px auto;
}
#lobbies-container {