Merge pull request 'MAPG-167 set background color' (#31) from feature/MAPG-167-set-background-color into develop
All checks were successful
default-pipeline default-pipeline #147

Reviewed-on: https://gitea.e5tv.hu/esoko/mapguesser/pulls/31
This commit is contained in:
Bence Pőcze 2021-04-29 18:46:26 +02:00 committed by Gitea
commit c09cce3c97
No known key found for this signature in database
GPG Key ID: 2E27A8C281A1CC2C

View File

@ -12,6 +12,10 @@ html, body {
padding: 0; padding: 0;
} }
body {
background-color: #cccccc;
}
button::-moz-focus-inner, input::-moz-focus-inner { button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0; padding: 0;
border: 0; border: 0;
@ -374,6 +378,7 @@ header>p>span:not(:last-child) {
} }
main { main {
background-color: #ffffff;
padding: 6px 12px; padding: 6px 12px;
} }