TODO-app/static/style.css
2025-12-16 20:02:55 +01:00

12 lines
116 B
CSS

body {
background: #f6f7fb;
}
.card {
border-radius: 16px;
}
.navbar .nav-link.active {
font-weight: 600;
}