Fixed more text, and set --color-secondary to the correct value

This commit is contained in:
Sasha Koshka 2022-08-09 12:33:37 -04:00 committed by emma
parent c2a4e54443
commit 78be7a46b2
1 changed files with 5 additions and 9 deletions

View File

@ -40,7 +40,7 @@
--color-primary-alpha-70: hsla(0, 80%, 40%, 70%);
--color-primary-alpha-80: hsla(0, 80%, 40%, 80%);
--color-primary-alpha-90: hsla(0, 80%, 40%, 90%);
--color-secondary: hsl(0, 80%, 20%);
--color-secondary: hsl(0, 20%, 20%);
--color-secondary-dark-1: hsl(0, 20%, 22%);
--color-secondary-dark-2: hsl(0, 20%, 24%);
--color-secondary-dark-3: hsl(0, 20%, 26%);
@ -206,10 +206,6 @@ a.ui.basic.green.label:hover {
color: #7f8699;
}
.ui .text.light.grey {
color: #7f8699 !important;
}
.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),
@ -288,12 +284,12 @@ a.ui.basic.green.label:hover {
}
.ui.search > .results .result .title {
color: #dbdbdb;
color: var(--color-text);
}
.ui.table > thead > tr > th {
background: var(--color-secondary);
color: #dbdbdb !important;
background: var(--color-secondary-light-4);
color: var(--color-text) !important;
}
.repository.file.list #repo-files-table tr {
@ -309,7 +305,7 @@ a.ui.basic.green.label:hover {
}
.overflow.menu .items .item:hover {
color: #dbdbdb;
color: var(--color-text);
}
.ui.list > .item > .content {