This commit is contained in:
2020-11-28 14:51:43 +00:00
parent 47a9bf5c79
commit 4d40fd6e08
5 changed files with 76 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
@page-background: #968eb5;
@accent: #ec6d7d;
@text: #464256;
@ok: #caec6d;
* {
box-sizing: border-box;
@@ -131,3 +132,13 @@ textarea {
image-rendering: pixelated;
image-rendering: crisp-edges;
}
.message {
background-color: @ok;
padding: 1em;
text-align: left;
&#game-data-errors {
background-color: @accent;
}
}