diff options
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index e4cfb561..6080b0e5 100644 --- a/src/App.scss +++ b/src/App.scss @@ -391,6 +391,7 @@ nav { &:last-child { border-bottom-right-radius: var(--roundness); border-bottom-left-radius: var(--roundness); + border: none; } } |
