Skip to content

Commit

Permalink
fix success colors in light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Nov 18, 2024
1 parent 1b75d89 commit 285d04a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/livecodes/styles/inc-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
--text-help-bg-color: rgba(38, 116, 217, 0.2);
--text-help-border: 1px solid rgb(13, 112, 242);
--text-help-color: rgb(13, 112, 242);
--text-success-bg-color: rgba(85, 255, 0, 0.25);
--text-success-border: 1px solid rgb(85, 255, 0);
--text-success-color: rgb(153, 255, 102);
--text-success-bg-color: rgba(0, 128, 0, 0.2);
--text-success-border: 1px solid rgb(0, 128, 0);
--text-success-color: rgb(0, 178, 0);

#logo img {
filter: drop-shadow(1px 1px 1px var(--color50));
Expand Down

0 comments on commit 285d04a

Please sign in to comment.