diff --git a/web/assets/base.css b/web/assets/base.css index eb49cc3a..ba593b47 100644 --- a/web/assets/base.css +++ b/web/assets/base.css @@ -65,6 +65,7 @@ header div { header div h1 { align-self: center; + color: #fafaff; } h1 { diff --git a/web/gotosocial-styling/templates/base.css b/web/gotosocial-styling/templates/base.css index 1afc2be6..0e1ea23e 100644 --- a/web/gotosocial-styling/templates/base.css +++ b/web/gotosocial-styling/templates/base.css @@ -63,6 +63,7 @@ header { h1 { align-self: center; + color: $fg; } } } diff --git a/web/template/header.tmpl b/web/template/header.tmpl index 059d353e..72f17d2a 100644 --- a/web/template/header.tmpl +++ b/web/template/header.tmpl @@ -16,12 +16,14 @@ {{.instance.Title}} - GoToSocial -
- Instance Logo -
-

- {{.instance.Title}} -

-
-
-
\ No newline at end of file + +
+ Instance Logo +
+

+ {{.instance.Title}} +

+
+
+
+
\ No newline at end of file