This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/static/css/custom.css

14 lines
228 B
CSS

.navigation .navigation-title {
text-transform: none;
}
body.colorscheme-light .avatar img {
border-radius: 31%;
}
@media (prefers-color-scheme: light) {
body.colorscheme-auto .avatar img {
border-radius: 31%;
}
}