Skip to content

Commit

Permalink
chore: fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ifaouibadi committed Mar 24, 2024
1 parent bc58980 commit 5f19daa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/superhero/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ h2 .sh_VerifiedIcon {

/* CPD Light Theme Overwrite */
.cpd-theme-light.cpd-theme-light {
--cpd-color-icon-accent-tertiary: #6147ff !important;
--cpd-color-bg-accent-rest: #6147ff !important;
--cpd-color-text-action-accent: #6147ff !important;
--cpd-color-alpha-gray-500: hsla(212, 87%, 15%, 0.2);
--cpd-color-pink-1200: #a80298 !important;
Expand All @@ -212,6 +214,7 @@ h2 .sh_VerifiedIcon {

/* CPD Dark Theme Overwrite */
.cpd-theme-dark.cpd-theme-dark {
--cpd-color-icon-accent-tertiary: #6147ff !important;
--cpd-color-text-action-accent: #6147ff !important;
--cpd-color-theme-bg: #313338 !important;
--cpd-color-text-link-external: rgb(141, 149, 255) !important;
Expand Down

0 comments on commit 5f19daa

Please sign in to comment.