1
0
Fork 0
mirror of https://github.com/Findus23/se-simulator.git synced 2024-09-19 15:53:45 +02:00

make button color more obvious and fix quiz background color

This commit is contained in:
Lukas Winkler 2018-05-08 17:05:33 +02:00
parent 1926c59ecf
commit 60d58e8f5d
No known key found for this signature in database
GPG key ID: 94AFBE7C2656A5B5

View file

@ -151,6 +151,7 @@ h2 {
}
#quizselector {
background-color: white;
margin: 15px;
display: flex;
flex-direction: row;
@ -196,6 +197,11 @@ button {
}
}
#next, #check {
background-color: #f69c55;
color: white;
}
#check {
height: 32px;
line-height: 32px;