chore(docs): Fix dark colored cards

This commit is contained in:
Kyle Gospodnetich 2024-08-31 14:24:48 -07:00
parent 61f2bc405f
commit 53275f3f4e

View File

@ -67,4 +67,10 @@ body {
[data-md-color-scheme=slate] {
--md-default-bg-color: #1c1c1c;
}
[data-md-color-scheme=slate] .md-typeset .grid.cards > ol > li,
[data-md-color-scheme=slate] .md-typeset .grid.cards > ul > li,
[data-md-color-scheme=slate] .md-typeset .grid > .card {
background-color: #00000066;
}
}