diff --git a/css/base.css b/css/base.css
index ccfefa4..b1498b8 100644
--- a/css/base.css
+++ b/css/base.css
@@ -537,3 +537,11 @@ div.card:contains(section.banner.footer) {
.card.sectioned .section {
padding: var(--spacing-4, 1rem);
}
+
+.button.discord.\!normal {
+ background-color: rgba(88, 101, 242,60%);
+}
+
+.button.discord.\!normal:not(.lang-link) {
+ color: rgba(38, 51, 192, 90%);
+}
diff --git a/html/admin.html b/html/admin.html
index 37074a2..bdffddd 100644
--- a/html/admin.html
+++ b/html/admin.html
@@ -46,21 +46,26 @@
×
-
jfa-go
{{ .strings.version }} {{ .version }}
{{ .strings.commitNoun }} {{ .commit }}
-
-
-
- {{ .strings.donate }}
-
-
-
-
-
GitHub
-
Ko-fi
+
Available under the MIT License.
{{ .license }}
diff --git a/site/base.css b/site/base.css
index 9b74b94..012dd0d 100644
--- a/site/base.css
+++ b/site/base.css
@@ -11,8 +11,3 @@ body {
background: #AA5CC3;
background: linear-gradient(90deg, #AA5CC3 0%, #00A4DC 100%) !important;
}
-
-.button.discord.\!normal {
- background-color: rgba(88, 101, 242,60%);
- color: rgba(38, 51, 192, 90%);
-}