2018-09-19 15:25:52 +00:00
|
|
|
|
|
|
|
/* Make reference options non-wrapping */
|
|
|
|
article .md-typeset__table td:nth-child(1) {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Make reference tables occupying full width */
|
|
|
|
article .md-typeset__table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2021-11-15 21:53:01 +00:00
|
|
|
|
|
|
|
:root {
|
|
|
|
--md-primary-fg-color: #121212;
|
|
|
|
}
|
|
|
|
|
|
|
|
[data-md-color-scheme="default"] {
|
|
|
|
--md-typeset-a-color: #4051b5;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[data-md-color-scheme="slate"] {
|
|
|
|
--md-hue: 232;
|
|
|
|
--md-default-bg-color: #121212;
|
2021-11-24 03:54:50 +00:00
|
|
|
--md-footer-bg-color: #181818;
|
|
|
|
--md-footer-bg-color--dark: #181818;
|
2021-11-15 21:53:01 +00:00
|
|
|
--md-typeset-a-color: #FF6600;
|
2021-11-24 03:54:50 +00:00
|
|
|
--md-code-bg-color: #191919;
|
2021-11-15 21:53:01 +00:00
|
|
|
}
|
2024-09-08 20:02:55 +00:00
|
|
|
|
|
|
|
[role=tooltip]>.md-tooltip2__inner {
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|