From f84c955523b42008c2a23fa4aad32a8ee819a688 Mon Sep 17 00:00:00 2001 From: "nise.moe" Date: Mon, 10 Jun 2024 18:04:42 +0200 Subject: [PATCH] Improved api docs --- nise-frontend/src/app/home/home.component.css | 11 +++++++++++ nise-frontend/src/app/home/home.component.html | 1 + 2 files changed, 12 insertions(+) diff --git a/nise-frontend/src/app/home/home.component.css b/nise-frontend/src/app/home/home.component.css index df92d2d..d572f00 100644 --- a/nise-frontend/src/app/home/home.component.css +++ b/nise-frontend/src/app/home/home.component.css @@ -33,3 +33,14 @@ .upload-button.disabled { pointer-events: none; } + +.api-docs-btn { + border-color: #ffeed6; + color: #ffeed6; + font-family: monospace, monospace !important; +} + +.api-docs-btn:hover { + background-color: #ffeed6; + color: #0c090a; +} diff --git a/nise-frontend/src/app/home/home.component.html b/nise-frontend/src/app/home/home.component.html index 8895621..beeee37 100644 --- a/nise-frontend/src/app/home/home.component.html +++ b/nise-frontend/src/app/home/home.component.html @@ -10,6 +10,7 @@

If you have any suggestions or want to report bugs, feel free to join the Discord server below.

Join the Discord! + Check out the /api/ docs.

# do you use rss? (nerd)

you can keep up with newly detected scores with the rss feed, subscribe to it using your favorite reader.