Merge pull request #769 from TRaSH-/Change-link-color-to-make-it-better-readable

Change: link color
pull/772/head
TRaSH 2 years ago committed by GitHub
commit 73f63e7901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,15 +15,15 @@ th {
/* td a { /* td a {
color: white !important; color: white !important;
} }
*/
td a:hover { td a:hover {
color: red !important; color: red !important;
} }
/* */
.md-content { .md-content {
--md-typeset-a-color: #1372EB; --md-typeset-a-color: orange;
} }
*/
footer.sponsorship { footer.sponsorship {
text-align: center; text-align: center;
hr { hr {
@ -59,6 +59,6 @@ th, td {
[data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) { [data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
background-color: hsla(var(--md-hue),25%,25%,1) background-color: hsla(var(--md-hue),25%,25%,1)
} }
[data-md-color-scheme="slate"] .md-content { [data-md-color-scheme="slate"] .md-typeset__table tr:nth-child(2n) {
--md-typeset-a-color: #f8f8f8; color: #f8f8f8;
} }

Loading…
Cancel
Save