Skip to content

Commit 7a4f32f

Browse files
Fix: Infobox table bg color sucks on light-mode
Removed Infobox table background color: Tables in Infobox Callouts (set to `rgb(30, 30, 30)`) look good on darkmode, but terrible in lightmode. None of the built-in Quartz color variables are suitable substitutes. I could create a variable, but TBH it looks fine without a background color.
1 parent 1917423 commit 7a4f32f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mmw-content/.obsidian/snippets/mmw-infobox-callout.css

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
width: 100%;
7373
font-size: 16px;
7474
border: 1px, solid, rgba(255, 255, 255, 0.1);
75-
background-color: rgb(30, 30, 30);
7675
}
7776

7877
.callout[data-callout="infobox"] th {

quartz/styles/custom/infobox-callout.scss

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
width: 100%;
8181
font-size: 16px;
8282
border: 1px solid rgba(255, 255, 255, 0.1);
83-
background-color: rgb(30, 30, 30);
8483
}
8584

8685
.callout[data-callout="infobox"] th {

0 commit comments

Comments
 (0)