styling tweaks
This commit is contained in:
parent
e5a87f854e
commit
745b18dfc0
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue