Skip to content

Commit 9cf3eb8

Browse files
committed
feat: new link green
1 parent e3c106f commit 9cf3eb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ html > body > div#swagger-ui > section.swagger-ui.swagger-container > div.swagge
2121

2222
/* colors from main site (see https://github.com/Faithful-Resource-Pack/Website/blob/main/app/assets/css/variables.scss) */
2323
a {
24-
color: #007BFF;
24+
color: #4EA229;
2525
text-decoration: none;
2626
transition: all 0.1s ease;
2727
}
2828

2929
a:hover {
30-
color: #0069D9;
30+
color: #76C945;
3131
}

0 commit comments

Comments
 (0)