Skip to content

Commit

Permalink
add border callout
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Feb 19, 2024
1 parent 9110c52 commit 569701a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ hr {
width: 10em;
}

.wiki-right .callout.wiki h1,
.wiki-right .callout.wiki h3 {
.wiki-right .callout[data-callout$="wiki"] h1,
.wiki-right .callout[data-callout$="wiki"] h3 {
background-color: var(--lightgray);
}

Expand Down
4 changes: 4 additions & 0 deletions quartz/styles/custom/grid_callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,10 @@ body {
float: left !important;
}

.callout[data-callout*="border"] {
border: 1px solid var(--lightgray);
}

.callout[data-callout$="wiki"] {
table thead tr {
display: none;
Expand Down

0 comments on commit 569701a

Please sign in to comment.