Skip to content

Commit 2101a7d

Browse files
committed
style: update table border color and selector specificity
1 parent 4b1bce6 commit 2101a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ui/src/css/doc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277

278278
.doc table.tableblock,
279279
.doc table.tableblock > * > tr > * {
280-
border: 0 solid var(--table-border-color);
280+
border: 0 solid rgba(255, 255, 255, 0.4);
281281
}
282282

283283
.doc table.grid-all > * > tr > * {
@@ -1087,7 +1087,7 @@
10871087
padding: 0;
10881088
}
10891089

1090-
.doc table.tableblock td:has(a) a {
1090+
.doc table.tableblock td:has(.image a) .image a {
10911091
display: block;
10921092
width: 100%;
10931093
height: 100%;

0 commit comments

Comments
 (0)