update repo.png

This commit is contained in:
KosM
2019-09-08 01:46:01 +03:00
parent a5ec7f1160
commit d700880561
3 changed files with 6 additions and 1 deletions

View File

@ -467,6 +467,10 @@ footer {
background: #080705;
}
.ui.table tr td {
border-top: none;
}
.repository.file.list #repo-files-table tr:hover {
background-color: #080705;
}
@ -764,7 +768,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: silver;
}