Skip to content

Commit 89ec925

Browse files
committed
testing just ::after
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 08a4233 commit 89ec925

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

includes/header.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,9 @@ function isMobile() {
220220
.repository-package > div:first-child {
221221
padding-top: calc(0.5em + 0.5px);
222222
}
223-
.repository-package::after .abandoned {
223+
/*.abandoned*/
224+
.repository-package::after {
225+
background: transparent;
224226
}
225227
@media only screen and (max-width: 540px) {
226228
.repository-package {

0 commit comments

Comments
 (0)