aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 23:57:18 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-26 23:57:18 +0530
commit708862c94bd119ca7e86540fbc68595a6256c9e3 (patch)
tree7eb8d284746015fe015641ae082f48abde2512cc /src/App.scss
parentdb693ab4000405f5b02e71dfaf78efe6884b775b (diff)
created very basic client editor
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss5
1 files changed, 5 insertions, 0 deletions
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;
+}