hugo-theme-cybercards/assets/sass/_custom.scss
2020-08-14 09:36:48 +02:00

20 lines
216 B
SCSS

.pagination {
display: flex;
justify-content: center;
}
.nav-link {
font-size: 130%;
}
.nav-link.active {
font-weight: bold;
}
code {
color: $purple;
}
p {
font-family: $font-family-sans-serif;
}