mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
css: Replace CSS reset for <cite> with local rules.
Browser default font-style for `cite` is `italic` and there is no default value for `blockquote`.
This commit is contained in:
@@ -1678,6 +1678,7 @@ nav {
|
|||||||
color: hsl(0, 0%, 100%);
|
color: hsl(0, 0%, 100%);
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portico-landing .testimonials blockquote {
|
.portico-landing .testimonials blockquote {
|
||||||
@@ -3942,6 +3943,10 @@ nav {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cite {
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro_quote {
|
.intro_quote {
|
||||||
|
|||||||
3
static/third/bootstrap/css/bootstrap.css
vendored
3
static/third/bootstrap/css/bootstrap.css
vendored
@@ -207,9 +207,6 @@ p {
|
|||||||
small {
|
small {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
}
|
}
|
||||||
cite {
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
.text-warning {
|
.text-warning {
|
||||||
color: #c09853;
|
color: #c09853;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user