mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
CSS admonition + small edits (#262)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user