diff --git a/src/index.css b/src/index.css index b6c5ed6..1d2d1c2 100644 --- a/src/index.css +++ b/src/index.css @@ -10,9 +10,6 @@ font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; - /* color-scheme: light dark; - color: rgba(255, 255, 255, 0.87); - background-color: #242424;*/ font-synthesis: none; text-rendering: optimizeLegibility; @@ -25,7 +22,6 @@ .content { padding: 1.5rem; z-index: 1; - } @@ -49,7 +45,7 @@ body { .glassCard { width: 100%; - padding: 10px 20px 10px 20px; + padding: 10px; height: fit-content; background: rgba(255, 255, 255, 0.65); backdrop-filter: blur(3px);