Skip to content

Commit

Permalink
more CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Oct 26, 2023
1 parent 122a3e1 commit a976ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion htdocs/js/Problem/problem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
/* Hints and Solutions */
.hint summary, .solution summary {
font-weight: bold;
color: var(--bs-primary);
}
}

Expand Down
4 changes: 2 additions & 2 deletions macros/core/PGbasicmacros.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ sub SOLUTION {
class => 'accordion-item',
tag(
'summary',
class => 'accordion-button collapsed p-2',
class => 'accordion-button collapsed text-primary py-2',
tag('div', class => 'accordion-header user-select-none', SOLUTION_HEADING())
)
. tag(
Expand Down Expand Up @@ -1232,7 +1232,7 @@ sub HINT {
class => 'accordion-item',
tag(
'summary',
class => 'accordion-button collapsed p-2',
class => 'accordion-button collapsed text-primary py-2',
tag('div', class => 'accordion-header user-select-none', HINT_HEADING())
)
. tag(
Expand Down

0 comments on commit a976ea3

Please sign in to comment.