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 dbb613f commit 76cefc1Copy full SHA for 76cefc1
1 file changed
src/base.css
@@ -121,6 +121,32 @@
121
line-height: inherit;
122
}
123
124
+ table {
125
+ display: inline-block;
126
+ overflow: auto;
127
+ }
128
+
129
+ table thead {
130
+ display: table-header-group;
131
+ vertical-align: middle;
132
+ border-color: inherit;
133
134
135
+ table th {
136
+ font-weight: 700;
137
138
139
+ table th,
140
+ table td {
141
+ padding: 6px 13px;
142
+ border: 1px solid var(--foreground-secondary);
143
+ text-align: center;
144
145
146
+ table tbody tr:nth-of-type(odd) {
147
+ background-color: var(--background-tertiary);
148
149
150
p:has(ruby),
151
li:has(> ruby) {
152
padding: 0.5rem 0;
0 commit comments