changed ui table background to more dark filter.

This commit is contained in:
KosM 2019-09-08 01:40:42 +03:00
parent f6a9646ff2
commit a5ec7f1160

View file

@ -494,6 +494,9 @@ footer {
background: $mainBgColor;
}
.ui.table tr td {
border-top: none;
}
.repository.file.list #repo-files-table tr:hover {
background-color: $mainBgColor;
}
@ -795,7 +798,7 @@ tr:hover a {
background-image: url("/img/grad1.png");
background-size: contain;
background-attachment: fixed;
background-blend-mode: difference;
background-blend-mode: color-burn;
color: $mainTextColor;
}