From d0014788f6ca2c2ad136e797d9c4869e2e5205fe Mon Sep 17 00:00:00 2001 From: nachtjasmin Date: Wed, 27 Dec 2023 21:18:59 +0100 Subject: [PATCH] Increase font size of page title on login screen --- app/javascript/styles/hometown.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/javascript/styles/hometown.scss b/app/javascript/styles/hometown.scss index ae1e542be..44f4c8d6c 100644 --- a/app/javascript/styles/hometown.scss +++ b/app/javascript/styles/hometown.scss @@ -32,6 +32,12 @@ } } +// app/views/layouts/auth.html.haml +// Increase the default font size for the page title on the login screen. +.logo-container h1 a { + font-size: 1.5rem; +} + // app/javascript/mastodon/features/home_timeline/components/explore_prompt.tsx // Hide the "this is your home base" banner. .dismissable-banner:has([href='/explore']) {