Skip to content

Commit cb5ea27

Browse files
committed
add styles for th
1 parent 8774d08 commit cb5ea27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

media/css/confluence.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ td {
6060
padding: 7px;
6161
}
6262

63+
.vscode-light th {
64+
background-color: rgba(0, 0, 0, 0.18);
65+
}
66+
67+
.vscode-dark th {
68+
background-color: rgba(255, 255, 255, 0.18);
69+
}
70+
6371
.code-block {
6472
display: block;
6573
width: 90%;

0 commit comments

Comments
 (0)