static: replace image based table gradient rendering by css gradient rendering method

This commit is contained in:
coon 2023-12-05 02:47:11 +01:00
parent da17f5f422
commit 1bb89b52f1
2 changed files with 2 additions and 2 deletions

View file

@ -74,8 +74,8 @@ table {
}
thead {
background-repeat: repeat-x;
background-image: url(../img/table-header-gradient.png);
background: rgb(15,29,47);
background: linear-gradient(0deg, rgba(15,29,47,1) 0%, rgba(15,29,47,1) 50%, rgba(7,14,23,1) 100%);
}
th {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 602 B