Do not switch to italic for status media buttons
This commit is contained in:
@ -31,31 +31,33 @@
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.status__text {
|
||||
h1, h2, h3, h4, h5 {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
}
|
||||
h1, h2 {
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-left: 20px;
|
||||
color: $dark-text-color;
|
||||
}
|
||||
blockquote {
|
||||
margin-left: 20px;
|
||||
color: $dark-text-color;
|
||||
}
|
||||
|
||||
b, strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
b, strong {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
em, i {
|
||||
font-style: italic;
|
||||
em, i {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user