From 04c9071f9dd55af42cf2fe610ffe779b3aec4b1c Mon Sep 17 00:00:00 2001 From: gravel Date: Thu, 3 Aug 2023 18:47:22 +0000 Subject: [PATCH] Styling --- output/index.css | 4 ---- sites/donate.php | 2 +- sites/index.php | 7 +++++++ sites/privacy.php | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/output/index.css b/output/index.css index b5d1e3c..219fcc0 100644 --- a/output/index.css +++ b/output/index.css @@ -108,10 +108,6 @@ html.js .noscript, .hidden { display: none; } -html:not(.js) .js-only { - display: none; -} - .badge { display: inline-block; border-radius: 1em; diff --git a/sites/donate.php b/sites/donate.php index ea7c65e..fae4168 100644 --- a/sites/donate.php +++ b/sites/donate.php @@ -19,7 +19,7 @@ * { box-sizing: border-box; font-variant-ligatures: none; } html { color: white; background-color: black; font-size: clamp(16px, 2vw, 24px); width: 100%; } body { margin: 0; padding: 2rem; width: 100%; line-height: 1.5; } - a { color: hsl(210, 100%, 40%); } + a { color: hsl(210, 100%, 60%); } .particle { font-family: sans-serif; font-weight: bold; diff --git a/sites/index.php b/sites/index.php index ba68274..98c0389 100644 --- a/sites/index.php +++ b/sites/index.php @@ -55,6 +55,13 @@ + diff --git a/sites/privacy.php b/sites/privacy.php index 3ffd617..8208f4a 100644 --- a/sites/privacy.php +++ b/sites/privacy.php @@ -18,7 +18,7 @@ * { box-sizing: border-box; } html { color: white; background-color: black; font-size: clamp(16px, 2vw, 24px); width: 100%; } body { margin: 0; padding: 2rem; width: 100%; line-height: 1.5; } - a { color: hsl(210, 100%, 40%); } + a { color: hsl(210, 100%, 60%); } pre, .code { background-color: #222; font-size: 0.9rem; white-space: break-spaces; overflow: auto; } pre { padding: 1em; } .code { padding: 0.1em 0.25em; }