mirror of
https://github.com/clearml/clearml-docs
synced 2025-01-31 06:27:22 +00:00
Modify H4 design (#458)
This commit is contained in:
parent
ac57629f5c
commit
0daed7cd28
@ -780,6 +780,18 @@ html[data-theme="dark"] h3 {
|
|||||||
color: var(--ifm-color-primary-lightest);
|
color: var(--ifm-color-primary-lightest);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* <h4> */
|
||||||
|
.markdown h4 {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
html[data-theme="light"] h4 {
|
||||||
|
color: #62b00d;
|
||||||
|
}
|
||||||
|
html[data-theme="dark"] h4 {
|
||||||
|
color: #83de1f;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* <hr> */
|
/* <hr> */
|
||||||
.markdown hr {
|
.markdown hr {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user