Comment out styling in src/index.css

This commit is contained in:
2026-01-31 13:26:00 +01:00
parent 62da17740a
commit c12d7d03a5

View File

@@ -305,10 +305,10 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 16px; gap: 16px;
padding: 24px; /* padding: 24px; */
border-radius: var(--radius); /* border-radius: var(--radius); */
background: var(--bg-elevated); /* background: var(--bg-elevated); */
box-shadow: var(--shadow); /* box-shadow: var(--shadow); */
min-height: 0; min-height: 0;
height: 100%; height: 100%;
} }