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 557fc53 commit 8bfa912Copy full SHA for 8bfa912
scss/trachacks.scss
@@ -179,15 +179,21 @@ blockquote.citation {
179
#ticketbox {
180
background-color: $white;
181
border-color: $gray-line;
182
+
183
+ h1 {
184
+ color: inherit;
185
+ }
186
}
187
table.properties {
188
border-top-color: $gray-line;
- th, th.missing {
- color: $text;
189
+ & > tbody > tr {
190
+ th, th.missing {
191
+ color: $text;
192
193
194
- .description {
- h3 {
195
+ div.description {
196
+ h2 {
197
color: $text;
198
border-bottom-color: $gray-line;
199
0 commit comments