Skip to content

Commit

Permalink
[KAIZEN-0] fjern dark mode override
Browse files Browse the repository at this point in the history
  • Loading branch information
abrhanav committed Feb 6, 2025
1 parent eecf284 commit d47f038
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,6 @@
--m-bg-inverted: #030b16;
}

[data-theme="dark"] {
--a-text-default: var(--a-text-on-inverted);
--a-text-on-alt-1: var(--a-text-subtle);
--a-bg-default: var(--a-surface-inverted);
--a-bg-subtle: var(--a-gray-700);
--a-surface-subtle: var(--m-bg-inverted);
--a-surface-neutral-hover: var(--a-surface-neutral-subtle-hover);

--a-border-subtle: var(--a-grayalpha-600);
--a-border-default: var(--a-grayalpha-800);
--a-border-strong: var(--a-grayalpha-900);
--a-border-divider: var(--a-grayalpha-900);

--ac-tag-error-text: var(--a-gray-900);
--ac-tag-warning-text: var(--a-gray-900);
--ac-tag-info-text: var(--a-gray-900);

--ac-modal-bg: var(--a-surface-inverted);
}

.new-modia {
color: var(--a-text-default);
}

0 comments on commit d47f038

Please sign in to comment.