Skip to content

Commit

Permalink
Fix layout value in darko theme
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Aug 10, 2024
1 parent b4afc7a commit 2945869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/resources/render/theme/color/darko.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ h1, h2, h3, h4, h5, h6 {
}

.box {
margin-top: 32px;
margin-bottom: 32px;
background-color: var(--primary);
}

Expand Down
2 changes: 2 additions & 0 deletions core/src/main/resources/render/theme/layout/minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ table tr th:last-child {
.box {
width: 100%;
border-radius: 8px;
margin-top: 32px;
margin-bottom: 32px;
}

.box > header {
Expand Down

0 comments on commit 2945869

Please sign in to comment.