Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfa committed Jan 6, 2025
1 parent f904075 commit 7a5f596
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scss/base/_var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@
--hera-border-color: rgba(63, 63, 70, 0.6);
--hera-border-color-light: rgba(63, 63, 70, 0.4);

.db--container {
.db--container,
.doulist-item {
--db--text-color: var(--hera-text-color);
--db--text-color-light: var(--hera-text-light);
--db--background-gray: var(--hera-background-gray);
--db-border-color: var(--hera-border-color);
}

.comment-form .submit {
Expand Down Expand Up @@ -120,10 +122,12 @@
--hera-background-white-opacity: rgba(30, 30, 30, var(--farallon-background-opacity));
--hera-background-gray-lightest: #121212;

.db--container {
.db--containerm,
.doulist-item {
--db--text-color: var(--hera-text-color);
--db--text-color-light: var(--hera-text-light);
--db--background-gray: var(--hera-background-gray);
--db-border-color: var(--hera-border-color);
}

--hera-border-color: rgba(63, 63, 70, 0.6);
Expand Down

0 comments on commit 7a5f596

Please sign in to comment.