mirror of https://github.com/zulip/zulip.git
Style inline code inside a link to look more like a normal link
Fixes #448. (imported from commit 02f538a9d3fb43539640e77b2e194ac2de611c18)
This commit is contained in:
parent
ed1eff9bfa
commit
d1aa92c983
|
@ -15,6 +15,18 @@ pre code {
|
|||
white-space: pre;
|
||||
}
|
||||
|
||||
/* Style inline code inside a link
|
||||
to look more like a normal link */
|
||||
a code {
|
||||
color: #08C;
|
||||
border-color: #08C;
|
||||
}
|
||||
|
||||
a:hover code {
|
||||
color: #005580;
|
||||
border-color: #005580;
|
||||
}
|
||||
|
||||
.sidebar-nav {
|
||||
background-color: white;
|
||||
padding: 0.5em;
|
||||
|
|
Loading…
Reference in New Issue