Skip to content

Commit

Permalink
Fix all config page in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Jul 20, 2024
1 parent 3b6c168 commit 1f10f24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
9 changes: 2 additions & 7 deletions _sass/layouts/guides.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

.guides-configuration-reference {
background: $white;
}

div.guides,
div.guides-configuration-reference {
padding-bottom: 6rem;
Expand Down Expand Up @@ -105,11 +100,11 @@ div.guides-configuration-reference {
align-self: start;
}
}

.guide-categories {
margin: 0 1rem 0 0;

h3 {
h3 {
margin: 0;

}
Expand Down
6 changes: 0 additions & 6 deletions _sass/quarkus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,6 @@ table.configuration-reference.tableblock > tbody {
}
}


/* this page has a white background so we put a lighter color */
body.guides-configuration-reference table.configuration-reference.tableblock tbody tr.odd td {
background-color: #eff5fb !important;
}

mark {
background-color: $quarkus-blue;
color: $dark-blue;
Expand Down

0 comments on commit 1f10f24

Please sign in to comment.