From 4432fbcee01a3e78fc3ff176077a8f784ae8317f Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 2 Jan 2025 13:52:19 +0300 Subject: Vendor fonts into Kittybox These fonts are licensed under OFL 1.1, which means I can freely redistribute them. Ain't that nice? Change-Id: Ide32286305680865652db17c8d482b5ac0f20a50 --- templates/assets/onboarding.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates/assets/onboarding.css') diff --git a/templates/assets/onboarding.css b/templates/assets/onboarding.css index bf770af..f5e0161 100644 --- a/templates/assets/onboarding.css +++ b/templates/assets/onboarding.css @@ -34,3 +34,12 @@ form.onboarding textarea { width: 100%; resize: vertical; } +form.onboarding > fieldset.inactive { + display: none; +} +form.onboarding textarea#first_post_content { + height: 8em; +} +h1#onboarding_greet { + text-align: center; +} -- cgit 1.4.1