Skip to content

Commit 067305a

Browse files
committed
attach to first div child
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 7f127f7 commit 067305a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function isMobile() {
220220
.repository-package > div:first-child {
221221
padding-top: calc(0.5em + 0.5px);
222222
}
223-
.repository-package.abandoned::after {
223+
.repository-package.abandoned > div:first-child::after {
224224
background-color: #ffba10;
225225
color: black;
226226
content: "abandoned";

0 commit comments

Comments
 (0)