diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-13 02:27:53 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-13 02:27:53 +0200 |
| commit | c16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc (patch) | |
| tree | d45a4f69a839e4c04ffbb17c411dec6c3605ce42 /src/App.scss | |
| parent | bcc50844096b47c0656ed3338de222055a749fb1 (diff) | |
more fixes
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); |
