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 +}