From fc63290806524a96b18951bda5a15942837f4a31 Mon Sep 17 00:00:00 2001 From: johannes-hernehult Date: Wed, 10 Jun 2026 20:22:48 +0200 Subject: [PATCH] refactor: remove comments in App.css --- src/styles/App.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/styles/App.css b/src/styles/App.css index d762487..246248c 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -1,4 +1,3 @@ -/* ─── Design Tokens ─────────────────────────────────── */ :root { --color-border: #ccc; --color-bg-sidebar: #eee; @@ -6,13 +5,11 @@ --gap-nav: 1rem; } -/* ─── Base ───────────────────────────────────────────── */ html, body { font-family: system-ui, Arial, sans-serif; } -/* ─── Layout ─────────────────────────────────────────── */ #root { display: flex; min-height: 100vh; @@ -48,7 +45,6 @@ footer { text-align: center; } -/* ─── Navigation ─────────────────────────────────────── */ nav { display: flex; flex-direction: column; @@ -63,7 +59,6 @@ ul { list-style: none; } -/* ─── Form & Interactive Elements ────────────────────── */ a, input, button,