monero-docs/docs/overrides.css

26 lines
462 B
CSS
Raw Normal View History

/* 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;
--md-typeset-a-color: #FF6600;
}