mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[docs] css fix
This commit is contained in:
parent
d67cb67b19
commit
96ab3ecd46
1 changed files with 5 additions and 5 deletions
|
@ -293,17 +293,17 @@ table.dualTable td, table.dualTable th {
|
|||
right: 0;
|
||||
}
|
||||
|
||||
|
||||
.md-typeset :is(.admonition, details) {
|
||||
background-color: #1b1b1b;
|
||||
}
|
||||
|
||||
/* Custom tooltips */
|
||||
.md-tooltip {
|
||||
background-color: var(--md-primary-fg-color);
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
[data-md-color-scheme="slate"] .md-typeset .admonition.builder,
|
||||
.md-typeset details.quicklink {
|
||||
background-color: #1b1b1b;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.builder,
|
||||
.md-typeset details.builder {
|
||||
border: 1px solid var(--pg-light-border);
|
||||
|
|
Loading…
Reference in a new issue