Skip to content

Commit

Permalink
fix: css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyx committed Oct 6, 2024
1 parent 3db17af commit 03b7b1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/lib/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
--review-error-bg-color: #dc143c;
--review-border-color: #444;

--review-text-color: hsla(225deg,15%,90%,0.82);
--review-secondary-text-color: hsla(225deg,15%,90%,0.56);
--review-text-color: hsla(225deg, 15%, 90%, 0.82);
--review-secondary-text-color: hsla(225deg, 15%, 90%, 0.56);
--review-muted-text-color: #777777;
--review-muted-highlight-color: #ff8c00aa;
--review-error-text-color: #ff0000;
--review-on-text-color: rgb(30,33,41);
--review-on-text-color: rgb(30, 33, 41);
}

.iconify-icon {
Expand Down

0 comments on commit 03b7b1e

Please sign in to comment.