ClickHouse/website/css/blog.css
Ivan Blinkov aa0f8ef229
[blog] visual tuning (#11713)
* fix dark theme

* add twitter share link
2020-06-16 21:41:06 +03:00

21 lines
372 B
CSS

body.blog .dropdown-item {
color: #111 !important;
}
body.blog .dropdown-item:hover,
body.blog .dropdown-item:focus {
background-color: #efefef;
}
@media (prefers-color-scheme: dark) {
body.blog .dropdown-item {
color: #fff !important;
}
.blog .dropdown-item:hover,
.blog .dropdown-item:focus,
.blog .tag{
background-color: #666 !important;
}
}