Skip to content

Commit

Permalink
fix: fix light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Sep 30, 2024
1 parent 6f2673d commit b1370e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/www/src/styles/playground.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body.dark .bracket-highlighting-4 {

.bracket-highlighting-1,
.bracket-highlighting-3 {
color: #000000;
color: #A89984;
}

/* Dark mode styles */
Expand All @@ -24,7 +24,7 @@ body.dark .bracket-highlighting-3 {
}

.jsx-tag-angle-bracket {
color: #000000;
color: #694003 !important;
}

/* Dark mode styles */
Expand All @@ -33,7 +33,7 @@ body.dark .jsx-tag-angle-bracket {
}

.jsx-tag-name {
color: #22863a;
color: #22863a !important;
}

/* Dark mode styles */
Expand All @@ -43,7 +43,7 @@ body.dark .jsx-tag-name {

.jsx-tag-attribute-key,
.jsx-expression-braces + :not(.jsx-tag-angle-bracket):not(.bracket-highlighting-3) {
color: #6f42c1;
color: #6f42c1 !important;
}

/* Dark mode styles */
Expand All @@ -53,7 +53,7 @@ body.dark .jsx-expression-braces + :not(.jsx-tag-angle-bracket):not(.bracket-hig
}

.jsx-text {
color: #000000;
color: #951616 !important;
}

/* Dark mode styles */
Expand Down

0 comments on commit b1370e9

Please sign in to comment.