12 lines
116 B
CSS
12 lines
116 B
CSS
body {
|
|
background: #f6f7fb;
|
|
}
|
|
|
|
.card {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
.navbar .nav-link.active {
|
|
font-weight: 600;
|
|
}
|