diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 3 |
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); |
