From 9635b3e805be5a3f628e39f42b6f8439c2285599 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Tue, 13 Feb 2024 20:24:40 -0800 Subject: [PATCH] Styling --- content/download.md | 2 +- themes/cwtch/static/css/style.css | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/content/download.md b/content/download.md index 50e53ac..c96d1eb 100644 --- a/content/download.md +++ b/content/download.md @@ -29,7 +29,7 @@ Cwtch is now available for the following platforms: * Standalone APK (works for arm7 and arm64): [cwtch-v1.13.2.apk](/releases/cwtch-v1.13.2/cwtch-v1.13.2.apk) * `sha512: 01914e88e88209fb1007762b0f4a4e166e267ac806ed56984660e2a55a78952d6b3bd4cc7ba9adcc1e11c2afe27f3ac30828f68060abfa29173c90f593870730` * Note: Syncing experimental Groups on some Android devices can be very slow depending on the underlying hardware and configuration. -* +*
diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index 26140d4..3ce8809 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -232,6 +232,12 @@ code { vertical-align:middle; } +.downloadicon2 { + height: 48px; + vertical-align:center; + color: #ffffff; +} + .downloadiconnoinvert { height: 32px; vertical-align:center; @@ -251,4 +257,4 @@ h3 { footer a { color: #e3e3e3 !important; -} \ No newline at end of file +}