Skip to content

Commit

Permalink
Fix: Infobox table bg color sucks on light-mode
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MasssiveJuice08 committed Sep 23, 2024
1 parent 1917423 commit 7a4f32f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mmw-content/.obsidian/snippets/mmw-infobox-callout.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
width: 100%;
font-size: 16px;
border: 1px, solid, rgba(255, 255, 255, 0.1);
background-color: rgb(30, 30, 30);
}

.callout[data-callout="infobox"] th {
Expand Down
1 change: 0 additions & 1 deletion quartz/styles/custom/infobox-callout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
width: 100%;
font-size: 16px;
border: 1px solid rgba(255, 255, 255, 0.1);
background-color: rgb(30, 30, 30);
}

.callout[data-callout="infobox"] th {
Expand Down

0 comments on commit 7a4f32f

Please sign in to comment.