Skip to content

Commit

Permalink
Adjust minimal theme details
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 11, 2024
1 parent 6f9350f commit cf0526d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/src/main/resources/render/theme/layout/minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
:root {
--qd-main-font: "Lato", sans-serif;
--qd-heading-font: "Inter", sans-serif;

--r-block-margin: 36px;
}

h1 {
Expand Down Expand Up @@ -73,7 +75,7 @@ table tr th:last-child {
}

.box > header {
font-size: 0.75em;
font-size: 0.7em;
padding: 12px;
border-radius: 8px 8px 0 0;
}
Expand Down

0 comments on commit cf0526d

Please sign in to comment.