Browse Source

use correct selector

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 3 months ago
parent
commit
e79b3c8bb3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      includes/header.php

+ 1
- 2
includes/header.php View File

@@ -220,8 +220,7 @@ function isMobile() {
.repository-package > div:first-child {
padding-top: calc(0.5em + 0.5px);
}
/*.abandoned*/
.repository-package::after {
.repository-package.abandoned::after {
background-color: #ffba10;
content: "abandoned";
}


Loading…
Cancel
Save