We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15237cd commit 2438d8cCopy full SHA for 2438d8c
_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
@@ -224,18 +234,6 @@ blockquote {
224
234
225
235
226
236
227
-
228
-// News
229
230
-.news table td {
231
- font-size: 1rem;
232
- color: var(--global-text-color);
233
-}
-.news table th {
237
238
239
// Social (bottom)
240
241
.social {
0 commit comments