Fix table colors in dark mode (#624)

This commit is contained in:
Maruan 2022-04-03 06:05:19 -07:00 committed by GitHub
parent a2f7f05bf3
commit a6174a6e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,15 @@ hr {
border-top: 1px solid var(--global-divider-color);
}
table {
td, th {
color: var(--global-text-color);
}
td {
font-size: 1rem;
}
}
a, table.table a {
color: var(--global-theme-color);
&:hover {
@ -76,6 +85,7 @@ blockquote {
}
// Citation
.citation, .citation-number {
color: var(--global-theme-color);
}
@ -223,18 +233,6 @@ blockquote {
}
}
// News
.news table td {
font-size: 1rem;
color: var(--global-text-color);
}
.news table th {
color: var(--global-text-color);
}
// Social (bottom)
.social {