CSS admonition + small edits (#262)

This commit is contained in:
pollfly
2022-05-26 12:31:35 +03:00
committed by GitHub
parent 2e3c9862cb
commit bf80c10d16
5 changed files with 14 additions and 5 deletions

View File

@@ -706,6 +706,14 @@ html[data-theme="dark"] .markdown hr {
.admonition-content code {
font-size: 0.75rem;
}
.admonition-content .link-code a {
color: var(--ifm-color-primary);
text-decoration: none;
}
.admonition-content .link-code a:hover {
text-decoration: underline;
}
/* danger (red) */
.alert--danger {
--ifm-alert-background-color: var(--ifm-color-danger-light);