changed ui table background to more dark filter.
This commit is contained in:
parent
f6a9646ff2
commit
a5ec7f1160
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue