TODO-app/app/static/style.css

12 lines
116 B
CSS

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