styling tweaks

This commit is contained in:
Max Bradbury 2020-11-08 17:35:28 +00:00
parent e5a87f854e
commit 745b18dfc0
1 changed files with 10 additions and 5 deletions

View File

@ -1,6 +1,7 @@
@background: #fff4d9; @background: #57506a;
@text: #ec6d7d; @page-background: #968eb5;
@accent: #a3c4ef; @accent: #ec6d7d;
@text: #464256;
* { * {
box-sizing: border-box; box-sizing: border-box;
@ -36,6 +37,10 @@ button {
} }
} }
header * {
color: @accent;
}
h1 { h1 {
margin: 0; margin: 0;
} }
@ -112,8 +117,8 @@ textarea {
height: 80vmin; height: 80vmin;
width: 80vmin; width: 80vmin;
background-color: @background; background-color: @page-background;
border: 2px solid @accent; color: @text;
border-radius: 5vmin; border-radius: 5vmin;
box-shadow: @accent 1vmin 1vmin; box-shadow: @accent 1vmin 1vmin;
padding: 5vmin; padding: 5vmin;