Add API indicator and staging banner (#1563)

* Change text of Modrinth logo depending on the API url being used

* Staging banner
This commit is contained in:
Prospector
2024-01-11 16:12:25 -08:00
committed by GitHub
parent a21869ec9b
commit a75de51198
4 changed files with 100 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ html {
--color-special-purple: #8e32f3;
--color-special-gray: #595b61;
--color-red-bg: rgba(204, 35, 69, 0.1);
--color-warning-bg: hsl(355, 70%, 88%);
--color-warning-text: hsl(342, 70%, 35%);
@@ -159,6 +161,8 @@ html {
--color-special-purple: #c78aff;
--color-special-gray: #9fa4b3;
--color-red-bg: rgba(255, 74, 110, 0.2);
--color-brand-green: #1bd96a;
--color-brand: var(--color-brand-green);
--color-brand-highlight: rgba(27, 217, 106, 0.25);