wip
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user