From fa2781ad61a03542cbf6d5f855a57f1680f47e4d Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 7 Apr 2024 12:25:10 +0100 Subject: [PATCH] Update link to new version --- index.html | 2 +- styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 0e9a51f..f91c81f 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ - + New version available!
awesome-privacy.xyz
diff --git a/styles.css b/styles.css index 5614b12..af7fada 100644 --- a/styles.css +++ b/styles.css @@ -313,11 +313,11 @@ a.cover-link span { border-radius: 10px; font-size: 1.6rem; font-family: 'Cutive Mono', monospace; - border: 3px solid #ff0078; + border: 3px solid #9580ff; opacity: 0.8; text-decoration: none; } .new-version .link { - color: #ff0078 !important; + color: #9580ff !important; font-weight: bold; }