From 62c161a3bcb1883f35be1d49d1a1fd4f7a0e1585 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Fri, 25 Jun 2021 10:56:43 -0700 Subject: [PATCH] Style fixes --- content/download.md | 15 ++++++--------- themes/cwtch/layouts/index.html | 2 +- themes/cwtch/static/css/style.css | 13 ++++++++++++- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/content/download.md b/content/download.md index d0a3fd7..b9e6b4a 100644 --- a/content/download.md +++ b/content/download.md @@ -8,22 +8,19 @@ Cwtch is now available as a beta release for the following platforms: # Android -* Standalone APK (works for arm7 and arm64): [cwtch-v1.0.0-9-g560e83b.apk](/releases/cwtcwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.apk) -
- (sha512: `3c2eca187d12956c8f1faee36ca4215548ad615efd2f88e3acc6687d5f5082381651d500cdb07213f9e83d2097e4ded45632daa5d4f3b8df520bf9bb6f1bdf74`) +* Standalone APK (works for arm7 and arm64): [cwtch-v1.0.0-9-g560e83b.apk](/releases/cwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.apk) + * `sha512: 3c2eca187d12956c8f1faee36ca4215548ad615efd2f88e3acc6687d5f5082381651d500cdb07213f9e83d2097e4ded45632daa5d4f3b8df520bf9bb6f1bdf74` * Google PlayStore: Currently being tested. [Get early access by becoming supporting us on Patreon](https://patreon.com/openpriv) # Windows -* EXE: [cwtch-v1.0.0-9-g560e83b.zip](/releases/cwtcwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.zip) -
-(sha512sum: `bc8464922e6145ba3833235ce061721c1b0ce98bcebb3dbddfd3bbf186058ae3487e6633b44d1739d2bb460efd4503d00d0b8c03b5e56d819b96b71e55f6e242`) +* EXE: [cwtch-v1.0.0-9-g560e83b.zip](/releases/cwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.zip) + * `sha512sum: bc8464922e6145ba3833235ce061721c1b0ce98bcebb3dbddfd3bbf186058ae3487e6633b44d1739d2bb460efd4503d00d0b8c03b5e56d819b96b71e55f6e242` # Linux -* amd64: [cwtch-v1.0.0-9-g560e83b.tar.gz](/releases/cwtcwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.tar.gz) -
-(sha512: `b528aa07245fa35bb5740a04ba998c4488758731309b20deb9264058bacf7875c7ebbf31aaa1b97f6fa14892e2db452179684f1208bf641bd3ef4b80ad2ad0f9`) +* amd64: [cwtch-v1.0.0-9-g560e83b.tar.gz](/releases/cwtch-v1.0.0-9-g560e83b/cwtch-v1.0.0-9-g560e83b.tar.gz) + * `sha512: b528aa07245fa35bb5740a04ba998c4488758731309b20deb9264058bacf7875c7ebbf31aaa1b97f6fa14892e2db452179684f1208bf641bd3ef4b80ad2ad0f9` # Build from Source diff --git a/themes/cwtch/layouts/index.html b/themes/cwtch/layouts/index.html index fbfd5b6..c3b517f 100644 --- a/themes/cwtch/layouts/index.html +++ b/themes/cwtch/layouts/index.html @@ -5,7 +5,7 @@

Surveillance Resistant Infrastructure

- +
diff --git a/themes/cwtch/static/css/style.css b/themes/cwtch/static/css/style.css index d9c3e18..26d6b6d 100644 --- a/themes/cwtch/static/css/style.css +++ b/themes/cwtch/static/css/style.css @@ -43,6 +43,7 @@ h2 { text-align: center; } + @font-face { src: url("/fonts/OpenSans-Light.ttf") format("truetype"); font-family: "OpenSans Light"; @@ -70,7 +71,8 @@ h2 { } .container { - margin-top:0px; + margin: auto; + } body { @@ -152,6 +154,11 @@ a:hover { color: #d20070; } +.btn a:hover { + color: #fff; +} + + li a { color: #fff; } @@ -184,3 +191,7 @@ footer a { } } +code { + font-size: 12px; + text-wrap: none; +} \ No newline at end of file