aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 8efa1328..e4cfb561 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -379,6 +379,9 @@ nav {
font-family: inherit;
cursor: pointer;
color: inherit;
+ position: relative;
+ border-bottom: 1px solid;
+ border-color: var(--border);
&:first-child {
border-top-right-radius: var(--roundness);