From b8411eb99b122611800220c694f74418a53ab89c Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Wed, 8 Feb 2023 04:07:02 +0100 Subject: [PATCH] fix x-noscript style --- public/index.html | 11 ----------- public/styles.css | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 02c7b58..74060ce 100644 --- a/public/index.html +++ b/public/index.html @@ -330,16 +330,5 @@

Enable JavaScript

PairDrop works only with JavaScript

- diff --git a/public/styles.css b/public/styles.css index a8e507e..e322446 100644 --- a/public/styles.css +++ b/public/styles.css @@ -147,6 +147,11 @@ hr { background-color: white; } +x-noscript { + background: var(--primary-color); + color: white; + z-index: 2; +} /* Icons */