mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Change color of inline code from red to black.
This makes inline code blocks look nicer. Fixes #1223.
This commit is contained in:
parent
0bdc9fef5c
commit
5d0960ae04
2
static/third/bootstrap/css/bootstrap.css
vendored
2
static/third/bootstrap/css/bootstrap.css
vendored
@ -1016,7 +1016,7 @@ pre {
|
||||
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
color: #d14;
|
||||
color: #000000;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
white-space: pre;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user