From c39acd9b96f2701091441e9c9718ac34e4c7d707 Mon Sep 17 00:00:00 2001 From: inference Date: Sun, 30 Oct 2022 00:03:21 +0100 Subject: [PATCH] Improve CSS. Improve HTML. --- contact.html | 17 +++++++++-------- infnet.css | 9 +++++---- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/contact.html b/contact.html index 716564a..e4b9ab4 100644 --- a/contact.html +++ b/contact.html @@ -27,9 +27,10 @@ Note that verification does not verify a person, only their devices, and can be defeated via coercion or other force.


-

Signal

-

XMPP

-

Threema

+

Signal

+

XMPP

+

Threema

+

Metadata-free

If metadata leakage is an issue for you, you can use the following @@ -37,19 +38,19 @@ functionality, and will be treated as less secure; unless you really need to use these services, use a preferred method instead.


-

Briar

-

Session

+

Briar

+

Session




-

Non-private Methods

+

Non-private Contact Methods

The following contact methods do not utilise end-to-end encryption, or I do not use such functionality; they are suitable for public contact only, including directly and groups. Do not use these methods if confidentiality and/or privacy is required.


-

Fediverse

-

Twitter

+

Fediverse

+

Twitter



diff --git a/infnet.css b/infnet.css index efb0807..c9f0416 100644 --- a/infnet.css +++ b/infnet.css @@ -30,13 +30,13 @@ .table-link { font-family: Roboto, sans-serif; - font-size: 16px; + font-size: 18px; color: #ffffff; text-decoration: underline; } .logo-small { - transform: translate(0px, 8px); + transform: translate(0px, 13px); } body { @@ -44,6 +44,7 @@ body { margin-left: 400px; margin-right: 150px; font-family: Roboto, sans-serif; + font-size: 18px; background-color: #262626; } @@ -79,7 +80,7 @@ h5 { p { font-family: Roboto, sans-serif; - font-size: 16px; + font-size: 18px; color: #ffffff; } @@ -100,6 +101,6 @@ table, th, td { border-color: #ffffff; padding: 15px; font-family: Roboto, sans-serif; - font-size: 16px; + font-size: 18px; color: #ffffff; }