Merge pull request 'fix-activity-colors' (#8) from fix-activity-colors into main

Reviewed-on: #8
This commit is contained in:
Sasha Koshka 2022-08-29 00:42:19 +00:00
commit bc5c9b7340
1 changed files with 12 additions and 3 deletions

View File

@ -76,7 +76,7 @@
--color-secondary-alpha-80: hsla(0, 20%, 20%, 80%);
--color-secondary-alpha-90: hsla(0, 0%, 20%, 90%);
/* colors */
--color-red: #db2828;
--color-red: hsl(0, 80%, 40%);
--color-orange: #f2711c;
--color-yellow: #fbbd08;
--color-olive: #b5cc18;
@ -125,7 +125,7 @@
--color-text-light-2: hsl(0, 25%, 60%);
--color-text-light-3: hsl(0, 25%, 50%);
--color-footer: hsl(0, 20%, 5%);
--color-timeline: #4c525e;
--color-timeline: var(--color-secondary);
--color-input-text: hsl(0, 25%, 90%);
--color-input-background: hsl(0, 20%, 7%);
--color-input-border: hsl(0, 80%, 20%);
@ -161,7 +161,16 @@
}
.ui.horizontal.segments > .segment {
background-color: #383c4a;
background-color: hsl(0, 20%, 13%);
}
.ui .background.grey, .ui .background.light.grey {
background-color: hsl(0, 20%, 20%) !important;
}
.ui.purple.labels .label, .ui.ui.ui.purple.label {
background-color: var(--color-purple) !important;
border-color: var(--color-purple) !important;
}
.ui.divider:not(.vertical):not(.horizontal) {