frontend CHANGE status data visibility switch

change the switch from checkbox to a clickable sentence
diff --git a/frontend/netopeer.css b/frontend/netopeer.css
index 0b6b864..c3a723c 100644
--- a/frontend/netopeer.css
+++ b/frontend/netopeer.css
@@ -1,3 +1,9 @@
+a:not([href]) {
+    cursor: pointer;
+    text-decoration: underline;
+    font-weight: bold;
+}
+
 #netopeer-header {
     position: fixed;
     width: 100%;