From 1c658958ca9b5ae46eb9eb2547ca04abce3cd7b5 Mon Sep 17 00:00:00 2001 From: Turtlepaw Date: Mon, 6 Oct 2025 16:22:26 +0000 Subject: [PATCH] feat(web): update splash screen --- bskyweb/templates/base.html | 10 +++++----- web/index.html | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 33b758e12..f9d4fd6a5 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -9,7 +9,7 @@ --> - {%- block head_title -%}Bluesky{%- endblock -%} + {%- block head_title -%}Catsky{%- endblock -%} @@ -38,11 +38,11 @@ font-display: swap; } html { - background-color: white; + background-color: #eff1f5; } @media (prefers-color-scheme: dark) { html { - background-color: black; + background-color: #1e1e2e; } } html, @@ -105,8 +105,8 @@ {%- block body_all %}
- - + +
diff --git a/web/index.html b/web/index.html index 2077530fe..7ff5bec4e 100644 --- a/web/index.html +++ b/web/index.html @@ -43,11 +43,11 @@ font-display: swap; } html { - background-color: white; + background-color: #eff1f5; } @media (prefers-color-scheme: dark) { html { - background-color: black; + background-color: #1e1e2e; } } html, @@ -124,11 +124,11 @@