Skip to content

Commit 7f127f7

Browse files
committed
better css
Signed-off-by: falkTX <falktx@falktx.com>
1 parent e79b3c8 commit 7f127f7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

includes/header.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,11 @@ function isMobile() {
222222
}
223223
.repository-package.abandoned::after {
224224
background-color: #ffba10;
225+
color: black;
225226
content: "abandoned";
227+
height: 1rem;
228+
padding: 4px;
229+
position: absolute;
226230
}
227231
@media only screen and (max-width: 540px) {
228232
.repository-package {

0 commit comments

Comments
 (0)