From fb00b6fc2457b950368b45c8502bfd3acdbf8f3b Mon Sep 17 00:00:00 2001 From: Matthew Salvatore Giancola Date: Wed, 21 Aug 2024 13:34:28 -0400 Subject: [PATCH] Updated vici style default --- vici.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/vici.css b/vici.css index 7cf6e77..b5eaf2b 100644 --- a/vici.css +++ b/vici.css @@ -3,6 +3,7 @@ html { margin: 0; padding:0; width: 100%; + border: green solid 1px; } body { @@ -94,4 +95,11 @@ article form input { .moving { border: dashed cornflowerblue -} \ No newline at end of file +} + +nav { + display: inline-flex; + gap: 1rem; + background-color: cornflowerblue; +} +