Fixed some buttons, and repo file list color

This commit is contained in:
Sasha Koshka 2022-08-09 11:53:24 -04:00
parent c1e55f0db0
commit bc4f543718
1 changed files with 3 additions and 3 deletions

View File

@ -129,7 +129,7 @@
--color-light-border: #ffffff28; --color-light-border: #ffffff28;
--color-hover: #ffffff10; --color-hover: #ffffff10;
--color-active: #ffffff16; --color-active: #ffffff16;
--color-menu: #2e323e; --color-menu: hsl(0, 20%, 15%);
--color-card: hsl(0, 20%, 10%); --color-card: hsl(0, 20%, 10%);
--color-markup-table-row: #ffffff06; --color-markup-table-row: #ffffff06;
--color-markup-code-block: #292d39; --color-markup-code-block: #292d39;
@ -297,11 +297,11 @@ a.ui.basic.green.label:hover {
} }
.repository.file.list #repo-files-table tr { .repository.file.list #repo-files-table tr {
background: #2a2e3a; background: hsl(0, 20%, 10%);
} }
.repository.file.list #repo-files-table tr:hover { .repository.file.list #repo-files-table tr:hover {
background-color: #393d4a !important; background-color: hsl(0, 20%, 13%) !important;
} }
.overflow.menu .items .item { .overflow.menu .items .item {