-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
Nov 28, 2024
1 parent
c2cd677
commit 8b9e424
Showing
1 changed file
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
/* * Further customization as needed */ */ | ||
|
||
|
||
.md-typeset__table { | ||
min-width: 100%; | ||
} | ||
|
||
.md-typeset table:not([class]) { | ||
display: table; | ||
} | ||
|
||
/* Dark mode */ | ||
[data-md-color-scheme="slate"] { | ||
--md-default-bg-color: black; | ||
} | ||
|
||
.header__ellipsis { | ||
color: black; | ||
} | ||
|
||
/* | ||
:root { | ||
--md-primary-fg-color: #EE0F0F; | ||
--md-primary-fg-color--light: #ECB7B7; | ||
--md-primary-fg-color--dark: #90030C; | ||
} */ | ||
} | ||
|
||
.md-typeset table:not([class]) { | ||
display: table; | ||
} | ||
|
||
/* Dark mode */ | ||
[data-md-color-scheme="slate"] { | ||
--md-default-bg-color: black; | ||
} | ||
|
||
.header__ellipsis { | ||
color: black; | ||
} | ||
|
||
.md-copyright__highlight { | ||
color: black; | ||
} | ||
|
||
|
||
.md-header.md-header--shadow { | ||
color: black; | ||
} |