- saving progress;

This commit is contained in:
Vitalii Kiiko
2024-10-29 16:05:23 +01:00
13 changed files with 454 additions and 191 deletions

View File

@@ -12,8 +12,14 @@ body {
margin: 0;
font-family: "Montserrat", sans-serif;
p, span:not(.p-button-label, .p-button-icon, .p-badge, .p-message-detail, .p-highlight, .p-inline-message-text, .p-tag, .p-tag-icon),
input, label:not(.p-error), textarea, a, li, h1, h2, h3, h4, h5, h6, div:not(.p-inline-message, .p-toast-detail), th, td {
/*p, span:not(.p-button-label, .p-button-icon, .p-badge, .p-message-detail, .p-message-summary, .p-highlight, .p-inline-message-text, .p-tag, .p-tag-icon),
input:not(.p-checkbox-input),
label:not(.p-error), textarea, a, li, h1, h2, h3, h4, h5, h6, div:not(.p-inline-message, .p-toast-detail, .p-checkbox-box), th, td,
:not(svg, path, .p-button, .p-button > span, .statsBigBadges__gridItem > span, number-flow, .p-paginator-page, .p-badge) {
color: var(--global-textColor);
}*/
h2, h3, p, label, .appPageSection__hr {
color: var(--global-textColor);
}
}
@@ -87,6 +93,12 @@ img {
color: white;
}
svg {
path {
fill: white;
}
}
span {
color: var(--menuitem-active-color);
}