Skip to content

Commit

Permalink
Beaver/beamer: adjust code font size and fix header color
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 18, 2024
1 parent 5ec03c0 commit 22b75d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/src/main/resources/render/theme/color/beaver.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ h1:not(.box h1) {

.box.callout-box {
background-color: rgb(234, 233, 247);
}

.box.callout-box > header {
color: rgb(83, 81, 152);
}

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/resources/render/theme/layout/beamer.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--qd-main-font: "Source Sans Pro", sans-serif;
--qd-heading-font: "Fira Sans", sans-serif;
--qd-code-font: "Noto Sans Mono", monospace;
--qd-code-font-size: 1.1em;
--qd-code-font-size: 1.25em;
--qd-block-margin: 32px;
--qd-box-margin-multiplier: 1.2;
}
Expand Down

0 comments on commit 22b75d0

Please sign in to comment.