diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-02 02:12:57 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-02 02:13:10 -0700 |
| commit | 0335b0ad81169232a3dbb1be1341fdcfce548645 (patch) | |
| tree | 910593fa5e072ea77f594b6f10ddd96e49452446 /src/app/styles | |
| parent | 0d35e75edbc75f186e4a1ed52fbc3549ee9f5cd6 (diff) | |
migrate to pocketbase backend + auth/login
Diffstat (limited to 'src/app/styles')
| -rw-r--r-- | src/app/styles/shared.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/styles/shared.ts b/src/app/styles/shared.ts index d1b0232..ce240c5 100644 --- a/src/app/styles/shared.ts +++ b/src/app/styles/shared.ts @@ -40,7 +40,6 @@ export const LogoIcon = styled.span` justify-content: center; background-color: #1a1a1a; color: #fff; - border-radius: 6px; width: 30px; height: 22px; font-size: 10px; @@ -52,7 +51,6 @@ export const NavLink = styled(Link)` color: #606060; text-decoration: none; padding: 6px 10px; - border-radius: 8px; transition: background-color 0.15s, color 0.15s; &:hover { background-color: #f0f0f0; @@ -66,7 +64,6 @@ export const NavCtaLink = styled(Link)` color: #1a1a1a; text-decoration: none; padding: 6px 12px; - border-radius: 999px; background-color: #f5f5f5; border: 1px solid #e5e5e5; transition: background-color 0.15s, border-color 0.15s, color 0.15s; |
