diff --git a/static/index.html b/static/index.html
index a797a75..b085523 100644
--- a/static/index.html
+++ b/static/index.html
@@ -23,13 +23,17 @@ a {
}
.contact {
- margin-bottom: 16px;
+ margin-bottom: 5px;
white-space: nowrap;
}
.contact svg {
margin-right: 10px;
}
+
+sl-copy-button {
+ color: var(--sl-color-neutral-200);
+}
Page {{.SHORT_NAME}}
@@ -116,7 +120,8 @@ async function page() {
- {{.CONTACT_PHONE}}
+ {{.CONTACT_PHONE}}
+
{{end}}
@@ -127,7 +132,8 @@ async function page() {
- {{.CONTACT_SMS}}
+ {{.CONTACT_SMS}}
+
{{end}}
@@ -138,7 +144,8 @@ async function page() {
- {{.CONTACT_IMESSAGE}}
+ {{.CONTACT_IMESSAGE}}
+
{{end}}
@@ -149,7 +156,8 @@ async function page() {
- {{.CONTACT_WHATSAPP}}
+ {{.CONTACT_WHATSAPP}}
+
{{end}}
@@ -161,25 +169,26 @@ async function page() {
- {{.CONTACT_PAGE_EMAIL}}
+ {{.CONTACT_PAGE_EMAIL}}
+
{{end}}
-