Skip to content

Commit

Permalink
DRY up some CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 25, 2024
1 parent 8bb8fa6 commit b5e21f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ details {
}

&.learn {
background-color: #f7f7f7;
background-color: $cl-lightest-gray;
border-radius: 5px;
outline: none;

Expand Down
2 changes: 1 addition & 1 deletion src/scss/page-specific/_default-page-type.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$cl-sidebar-bg: #f7f7f7;
$cl-sidebar-bg: $cl-lightest-gray;

&.default-page-type {
background-color: white;
Expand Down

0 comments on commit b5e21f6

Please sign in to comment.