We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c106f commit 9cf3eb8Copy full SHA for 9cf3eb8
public/custom.css
@@ -21,11 +21,11 @@ html > body > div#swagger-ui > section.swagger-ui.swagger-container > div.swagge
21
22
/* colors from main site (see https://github.com/Faithful-Resource-Pack/Website/blob/main/app/assets/css/variables.scss) */
23
a {
24
- color: #007BFF;
+ color: #4EA229;
25
text-decoration: none;
26
transition: all 0.1s ease;
27
}
28
29
a:hover {
30
- color: #0069D9;
+ color: #76C945;
31
0 commit comments