Skip to content
Closed
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
3 changes: 2 additions & 1 deletion src/extensions/score_layout/assets/css/score.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ html[data-theme="light"] {
--pst-color-muted: #FFF;
/* Text color within cards (same background as page header) */
--sd-color-card-text: #a382c5;
/* Text color for table captions (same background as page header) */
/* Link color + menu items on hover color */
--pst-color-primary: #7c4daa;
/* Page Header */
Expand All @@ -37,7 +38,7 @@ html[data-theme="light"] {
--pst-color-target: #E5FCC2;
--pst-color-on-surface: #594F4F;
--pst-color-on-background: var(--pst-color-secondary);
--pst-color-text-muted: #FFFFFF;
--pst-color-text-muted: #a382c5;
--pst-color-table-row-zebra-high-bg: #e6e7e8;
--pst-color-table-row-hover-bg: var(--pst-color-secondary); /*#d7d6d6;*/
}
Expand Down
Loading