From 745b18dfc0585cff9b0ad9a7649c3a65f83fc057 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 8 Nov 2020 17:35:28 +0000 Subject: [PATCH] styling tweaks --- includes/style.less | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/includes/style.less b/includes/style.less index 333b505..e811bca 100644 --- a/includes/style.less +++ b/includes/style.less @@ -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;