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.
2020-02-02 14:26:03 +00:00
|
|
|
.navigation .navigation-title {
|
|
|
|
text-transform: none;
|
|
|
|
}
|
2020-02-09 17:39:15 +00:00
|
|
|
|
|
|
|
body.colorscheme-light .avatar img {
|
|
|
|
border-radius: 31%;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
|
|
body.colorscheme-auto .avatar img {
|
|
|
|
border-radius: 31%;
|
|
|
|
}
|
|
|
|
}
|