Style the result block

This commit is contained in:
2024-11-05 14:35:12 +01:00
parent 8eb0f5728d
commit 43dbf54e53

View File

@@ -61,3 +61,12 @@ input[type="text"], button, .error {
padding: .5rem; padding: .5rem;
font-size: 1.5rem; font-size: 1.5rem;
} }
.win {
background-color: rgb(42 73 54);
padding: 1rem;
}
.results {
background-color: #333;
}