Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions src/assets/css/score.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@ html {

The base color is TEAL */


html[data-theme="light"] {
--pst-color-primary: #547980;
--pst-color-secondary: #45ADA8;
/* Menu svg items */
--pst-color-muted: #FFF;
/* Text color within cards (same background as page header) */
--sd-color-card-text: #a382c5;
/* Link color + menu items on hover color */
--pst-color-primary: #7c4daa;
/* Page Header */
--pst-color-secondary: #2D1942;
--pst-color-accent: #9DE0AD;
--pst-color-target: #E5FCC2;
--pst-color-on-surface: #594F4F;
Expand All @@ -26,8 +31,12 @@ html[data-theme="light"] {
}

html[data-theme="dark"] {
--pst-color-primary: #45ADA8;
--pst-color-secondary: #547980;
/* Link color */
--pst-color-primary: #FFFFFF;
/* Link color on hover */
--pst-color-link-hover: #FFFFFF;
/* Page Header */
--pst-color-secondary: #2D1942;
--pst-color-accent: #9DE0AD;
--pst-color-target: #E5FCC2;
--pst-color-on-surface: #594F4F;
Expand Down Expand Up @@ -252,4 +261,3 @@ html[data-theme="dark"] #score-title {
overflow-x: hidden;
box-sizing: border-box;
}