aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/root.css')
-rw-r--r--src/frontend/app/root.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css
index f87fdc3..d718d92 100644
--- a/src/frontend/app/root.css
+++ b/src/frontend/app/root.css
@@ -122,43 +122,7 @@ body {
overflow-x: hidden;
}
-.navigation-bar {
- display: flex;
- justify-content: space-around;
- align-items: center;
- padding: 0.5rem 0;
-
- background-color: var(--background-color);
- border-top: 1px solid var(--border-color);
-}
-.navigation-bar__link {
- flex: 1 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- text-decoration: none;
- color: var(--text-color);
- padding: 0.25rem 0;
- border-radius: 0.5rem;
-}
-
-.navigation-bar__link svg {
- width: 1.375rem;
- height: 1.375rem;
- fill: none;
- stroke-width: 2;
-}
-
-.navigation-bar__link span {
- font-size: 13px;
- line-height: 1;
- font-family: system-ui;
-}
-
-.navigation-bar__link.active {
- color: var(--button-background-color);
-}
.theme-toggle {
background: none;