-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[data-md-color-scheme="claro"] { | ||
--md-primary-fg-color: rgb(0, 0, 0) !important; /* Verde claro */ | ||
--md-accent-fg-color: rgb(7, 8, 6); /* Verde claro */ | ||
--md-default-bg-color: rgba(230, 255, 230, 1); /* Fundo verde muito claro */ | ||
--md-code-bg-color: rgb(255, 255, 255); /* Fundo branco para blocos de código */ | ||
--md-code-fg-color: rgb(0, 0, 0); /* Texto preto para código */ | ||
--md-typeset-a-color: rgba(102, 255, 0, 1); /* Verde claro para links */ | ||
} | ||
|
||
[data-md-color-scheme="slate"] { | ||
--md-primary-fg-color: rgb(54, 139, 1); /* Verde claro */ | ||
--md-accent-fg-color: rgba(102, 255, 0, 1) !important; /* Verde claro */ | ||
--md-default-bg-color: #000000; /* Fundo preto */ | ||
--md-typeset-a-color: rgba(102, 255, 0, 1) !important; /* Verde claro para links */ | ||
--md-code-bg-color: rgb(0, 0, 0); /* Fundo preto para blocos de código */ | ||
--md-code-fg-color: rgb(255, 255, 255); /* Texto branco para código */ | ||
--md-typeset-table-color: rgba(255, 255, 255, 0.211); /* Cores das tabelas */ | ||
--md-typeset-table-color--light: rgba(128, 128, 128, 0.157); /* Cores das tabelas claras */ | ||
} | ||
|
||
[data-md-color-scheme="claro"] img[src$="#only-dark"], | ||
[data-md-color-scheme="claro"] img[src$="#gh-dark-mode-only"] { | ||
display: none; | ||
} | ||
|
||
[data-md-color-scheme="slate"] img[src$="#only-light"], | ||
[data-md-color-scheme="slate"] img[src$="#gh-light-mode-only"] { | ||
display: none; | ||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.