From 708862c94bd119ca7e86540fbc68595a6256c9e3 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 26 Sep 2022 23:57:18 +0530 Subject: created very basic client editor --- src/App.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 81bde15..4955af6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -39,3 +39,8 @@ main { padding: 0.7rem 0.5rem; box-sizing: border-box; } + +hr { + border: none; + border-top: 1px solid #bd93f9; +} -- cgit v1.2.3