Skip to content

Commit

Permalink
More cpanel tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Sep 3, 2023
1 parent 33b58d7 commit b933c6e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@
padding: 0;
color: var(--template-bg-dark-70);
}

@if $enable-dark-mode {
@include color-mode(dark) {
> * {
color: var(--body-color);
}
}
}
}

.cpanel-add-module {
Expand Down Expand Up @@ -217,7 +225,7 @@

.sample-data__title {
font-weight: bold;
color: var(--primary);
color: var(--template-bg-dark-50);
}

.sample-data__icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@
margin-inline-end: .5rem;
}
}

@if $enable-dark-mode {
@include color-mode(dark) {
.card-header {
background: var(--body-bg);
color: var(--body-color);
}
}
}
}

0 comments on commit b933c6e

Please sign in to comment.