Basic gameplay loop, need to balance values
This commit is contained in:
@@ -11,12 +11,14 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 24dp;
|
||||
margin-bottom: 15dp;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 15dp;
|
||||
display: block;
|
||||
font-size: 18dp;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
@@ -39,4 +41,9 @@ p {
|
||||
|
||||
.menu-btn:active {
|
||||
background-color: #2e4e70;
|
||||
}
|
||||
|
||||
.timer.urgent {
|
||||
color: #ff4444;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user