mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix strange CSS
This commit is contained in:
parent
5df187783e
commit
d9130227d8
@ -68,8 +68,9 @@ body[data-spy] #content {
|
||||
}
|
||||
|
||||
#content code {
|
||||
color: #111;
|
||||
color: #000;
|
||||
background: #eee;
|
||||
padding: 0.125rem 0.25rem;
|
||||
}
|
||||
|
||||
|
||||
@ -195,7 +196,13 @@ body[data-spy] #content {
|
||||
border: 1px solid #444451;
|
||||
}
|
||||
|
||||
#content code, #content pre, .blog .tag, .blog .dropdown-menu {
|
||||
#content code {
|
||||
background: #444;
|
||||
color: #eee;
|
||||
padding: 0.125rem 0.25rem;
|
||||
}
|
||||
|
||||
#content pre, .blog .tag, .blog .dropdown-menu {
|
||||
background: #444;
|
||||
color: #eee;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user