Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Add Portmaster Plus and Pro colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Aug 7, 2023
1 parent 8a30ec1 commit 8c65db5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@
.gate17-light-background {
background-color: #ddc3ff4d !important;
}
.plus-color {
color: #2fcfae;
}
.plus-background {
background-color: #2fcfae;
}
.pro-color {
color: #029ad0;
}
.pro-background {
background-color: #029ad0;
}
.generic_section-background {
background-color: #d5d5d5;
}
Expand Down
3 changes: 3 additions & 0 deletions modules/portmaster/src/theme/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@
--protection-fail-primary : rgb(224, 29, 29);
--protection-fail-secondary: rgb(129, 24, 24);
--protection-fail-tertiary : rgb(61, 20, 20);

--portmaster-plus: #2fcfae;
--portmaster-pro: #029ad0;
}

0 comments on commit 8c65db5

Please sign in to comment.