From 2a75f39404519ae6697c90a703e61fa65452872e Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 14 Sep 2023 12:17:19 -0500 Subject: Added edit button --- web/css/gn-lite.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web/css/gn-lite.css (limited to 'web/css') diff --git a/web/css/gn-lite.css b/web/css/gn-lite.css new file mode 100644 index 0000000..3ce6ace --- /dev/null +++ b/web/css/gn-lite.css @@ -0,0 +1,8 @@ +.markdown { + background-color: #fffde7; + padding: 20px; +} + +.button_align_right{ + float:right; +} -- cgit v1.2.3