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