Skip to content

Commit

Permalink
Prevented alternative themes from overriding fish colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jobtalle committed Oct 28, 2021
1 parent 8b13bac commit 722a746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
--color-fish-gold: #E4A746;
--color-fish-orange: #E56E42;
--color-fish-red: #db3030;
--color-fish-brown: var(--color-rock-top);
--color-fish-brown: #6e5a5e;
--color-fish-purple: #6d4160;
--color-fish-blue: #5f7d8c;
--color-fish-pink: #ec97a4;
--color-fish-darkblue: #415986;
--color-fish-lightpurple: #7c65cd;
--color-fish-teal: #4AB3B2;
--color-fish-green: var(--color-grass-a);
--color-fish-darkgreen: var(--color-grass-b);
--color-fish-green: #97b54e;
--color-fish-darkgreen: #4b812e;
--color-fish-lightbrown: #a98d86;
--color-fish-bordeaux: #5a0a11;
--color-fish-shade: #13232b;
Expand Down

0 comments on commit 722a746

Please sign in to comment.