We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dcc59 commit 40cd81fCopy full SHA for 40cd81f
styles/yfm.scss
@@ -5,11 +5,13 @@
5
.yfm_constructor {
6
$block: &;
7
font-family: var(--yc-font-family-sans);
8
+ color: var(--yc-color-text-primary);
9
10
code,
11
kbd,
12
pre {
13
font-family: var(--yc-font-family-monospace);
14
15
}
16
17
@include add-specificity(&) {
@@ -80,6 +82,17 @@
80
82
a {
81
83
@include link();
84
85
+
86
+ table {
87
88
+ border: 1px solid var(--yc-color-line-generic);
89
+ background: var(--yc-color-base-background);
90
+ }
91
92
+ thead,
93
+ table tr:nth-child(2n) {
94
+ background-color: var(--yc-color-base-generic);
95
96
97
98
.yfm_constructor_table {
0 commit comments