We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c119253 commit 0b88576Copy full SHA for 0b88576
_sass/_base.scss
@@ -12,6 +12,15 @@ hr {
12
border-top: 1px solid var(--global-divider-color);
13
}
14
15
+table {
16
+ td, th {
17
+ color: var(--global-text-color);
18
+ }
19
+ td {
20
+ font-size: 1rem;
21
22
+}
23
+
24
a, table.table a {
25
color: var(--global-theme-color);
26
&:hover {
@@ -76,6 +85,7 @@ blockquote {
76
85
77
86
78
87
// Citation
88
79
89
.citation, .citation-number {
80
90
81
91
@@ -223,18 +233,6 @@ blockquote {
223
233
224
234
225
235
226
-
227
-// News
228
229
-.news table td {
230
- font-size: 1rem;
231
- color: var(--global-text-color);
232
-}
-.news table th {
236
237
238
// Social (bottom)
239
240
.social {
0 commit comments