diff --git a/quartz/styles/wiki.scss b/quartz/styles/wiki.scss index 52bcccf..2ae0c43 100644 --- a/quartz/styles/wiki.scss +++ b/quartz/styles/wiki.scss @@ -1,7 +1,6 @@ .callout[data-callout~="wiki"], .callout[data-callout~="infobox"] { - --callout-color: var(--interactive-accent-rgb); - background: var(--note, var(--background-primary)); + background: var(--light); box-shadow: none; margin: 0; float: right; @@ -9,18 +8,36 @@ width: 40%; display: flex; flex-direction: column; + align-items: stretch; align-content: center; - align-items: center; - //margin-left: 8px; + flex-wrap: wrap; & > .callout-title, & > * thead { display: none; } + & > * img, + & > p { + margin: 0; + } - & > * table { + & > * table, + & > .table-container { margin: 0; line-height: 2rem; + place-self: center; + } + + & :is(h1, h2, h3, h4, h5, h6) { + color: var(--darkgray); + background-color: var(--gray);; + margin: 0; + font-size: 20px; + text-align: center; + + & > .internal { + display: none; + } } } @media (max-width: 830px) {