refactor: remove comments in App.css

This commit is contained in:
johannes-hernehult 2026-06-10 20:22:48 +02:00
parent e133c03409
commit fc63290806

View file

@ -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,