From bd59a5128c05dcd550e91bbdd0cd9d5996a65586 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 9 Jan 2022 09:43:21 +0100 Subject: Persist events to sqlite db --- src/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 0a8292f..5cd1394 100644 --- a/src/style.css +++ b/src/style.css @@ -33,3 +33,13 @@ .g-Calendar__DayEvent:hover { background-color: pink; } + +.g-Form { + background-color: white; + color: black; + padding: 10px; +} + +.g-Form__Input { + text-align: left; +} -- cgit v1.2.3