Skip to content

Commit

Permalink
fix text color and file org to properly apply
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecmiller23 committed Aug 4, 2023
1 parent ad02f77 commit c3620a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 0 additions & 3 deletions themes/geekboot/assets/scss/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ button.bd-accordion {
// Improve spacing and top-border on open Bootstrap accordions
.accordion-body {
border-top: 2px solid #{$fog-200};
.highlight {
margin: 0px !important;
}
}
.accordion-button:hover, .accordion-button:not(.collapsed):hover {
outline: 2px solid #{$fog-400};
Expand Down
5 changes: 5 additions & 0 deletions themes/geekboot/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ h3, h4 {
.accordion-item {
border-width: 2px;
}
// Improve spacing and top-border on open Bootstrap accordions
.accordion-body > .highlight {
margin: 0px !important;
}


// Color theme toggle
.form-check-input:checked {
Expand Down
1 change: 1 addition & 0 deletions themes/geekboot/assets/scss/dark-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
}
.accordion-item {
background-color: #{$fog-1000};
color: #{$fog-0};
}
// Load chevron svg as manually-inputed $fog-400 hex code
.accordion-button::after {
Expand Down
1 change: 1 addition & 0 deletions themes/geekboot/assets/scss/light-mode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
}
.accordion-item {
background-color: #{$fog-0};
color: #{$fog-1000};
}
// Load chevron svg as manually-inputed $fog-600 hex code
.accordion-button::after {
Expand Down

0 comments on commit c3620a9

Please sign in to comment.