mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-17 02:10:39 +03:00
Fix footer and <strong> element styling
This commit is contained in:
parent
3a6e2c14c4
commit
95cef711b2
|
@ -139,19 +139,19 @@ api-logo {
|
||||||
color: $red;
|
color: $red;
|
||||||
border: 1px solid rgba(38,50,56,0.1);
|
border: 1px solid rgba(38,50,56,0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
|
||||||
font-size: 18px;
|
|
||||||
color: $headers-color;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
background-color: white;
|
||||||
}
|
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-size: 18px;
|
||||||
|
color: $headers-color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* markdown elements */
|
/* markdown elements */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user