Skip to content

Commit

Permalink
Remove color overrides for now and remove white offset on list groups
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 3, 2023
1 parent 7fba97e commit 33b58d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,7 @@ $treeselect-line-height: 2.2rem;
$treeselect-indent: 40px;

// List
$list-group-bg: var(--white-offset);
$list-group-border-color: hsl(var(--hue),40%,85%);
$list-group-border-color: var(--template-bg-dark-15);
$list-group-item-padding-y: .75rem;

// Buttons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
}
}

@if $enable-dark-mode {
@include color-mode(dark, true) {
@each $color, $value in $atum-colors-dark {
--#{$prefix}#{$color}: #{$value};
}
}
}
//@if $enable-dark-mode {
// @include color-mode(dark, true) {
// @each $color, $value in $atum-colors-dark {
// --#{$prefix}#{$color}: #{$value};
// }
// }
//}

// Forcing reduced motion when set in the user OS
@media (prefers-reduced-motion: reduce) {
Expand Down

0 comments on commit 33b58d7

Please sign in to comment.