From 174c6c661a411b233e9e77e61ee58b9b7f62d99f Mon Sep 17 00:00:00 2001 From: Iaphetes Date: Thu, 2 Jan 2025 19:54:58 +0100 Subject: [PATCH] updated css --- src/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/styles.css b/src/styles.css index 4a018fb..b8e34af 100644 --- a/src/styles.css +++ b/src/styles.css @@ -57,9 +57,11 @@ flex: 0 0 49%; width: 50%; padding: 0.5em; - margin: .1em; + /* margin: .1em; */ + margin-left: .1em; border: solid; - border-radius: .5em; + border-color: var(--highlight-color); + /* border-radius: .5em; */ } #markdown_input { grid-column: 1; @@ -146,7 +148,8 @@ li { .filetree { float: left; border: solid; - /* width: var(--filetree-width); */ + border-color: var(--highlight-color); + width: var(--filetree-width); overflow-x: scroll; overflow-y: scroll; resize: width;