aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorJoris2022-01-09 09:43:21 +0100
committerJoris2022-01-09 10:11:29 +0100
commitbd59a5128c05dcd550e91bbdd0cd9d5996a65586 (patch)
tree541f7d49253ad3e7c8dfab480f33a2b10107b0d2 /src/style.css
parentce978143f1360e16e85587644055a9f83d11c64c (diff)
downloadcalendar-bd59a5128c05dcd550e91bbdd0cd9d5996a65586.tar.gz
calendar-bd59a5128c05dcd550e91bbdd0cd9d5996a65586.tar.bz2
calendar-bd59a5128c05dcd550e91bbdd0cd9d5996a65586.zip
Persist events to sqlite db
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css10
1 files changed, 10 insertions, 0 deletions
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;
+}