mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
25 lines
462 B
CSS
25 lines
462 B
CSS
|
|
/* 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%;
|
|
}
|
|
|
|
: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;
|
|
}
|