mirror of
https://codeberg.org/diginaut/alfagok.git
synced 2026-02-04 13:30:28 +01:00
Style the result block
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user