Skip to content

Commit ca0cc5b

Browse files
committed
Hotfix: Made styles specific to markdown - updated style sheet
1 parent f3c5964 commit ca0cc5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/_academy.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,12 @@
226226
text-align: left;
227227
}
228228

229-
th,
229+
md th,
230230
td {
231231
text-align: left;
232232
padding: 8px;
233233
}
234234

235-
tr:nth-child(even) {
235+
md tr:nth-child(even) {
236236
background-color: #f2f2f2;
237237
}

0 commit comments

Comments
 (0)