From e3b285afdc8e87588bc1bc6578ba8190f02ad20a Mon Sep 17 00:00:00 2001 From: Douglas Camargo Date: Thu, 21 Apr 2022 16:54:57 -0300 Subject: [PATCH] Adding links --- popup/index.html | 20 +++++++++++++++++++- popup/popup.css | 21 +++++++++++++++++++++ 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/popup/index.html b/popup/index.html index 010696a..f81ed4f 100644 --- a/popup/index.html +++ b/popup/index.html @@ -8,7 +8,7 @@
-

Monitor Swapnex

+

Monitor Swapnex v0.0.4

@@ -90,6 +90,24 @@

+
+

+ Tutoriais: +

+ +
+ Calculadora Swapnex +
+
+ Modo Manual + Modo Automático + Ativar 2FA: + Desativar 2FA: + Depósito: + Saque: +
+
+ diff --git a/popup/popup.css b/popup/popup.css index 9082260..8de1619 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -114,3 +114,24 @@ button:hover { background-color: #fff; color: #000; } + + +a.btn { + font-family: system-ui; + padding: 4px; + text-transform: uppercase; + font-weight: bold; + cursor: pointer; + /*background-color: #fff;*/ + background-color: #357edd; + border: 1px solid #ccc; + border-radius: 10px; + transition: 0.5s background-color; + color: #fff; + font-size: 10px; +} +a.btn:hover { + font-family: system-ui; + background-color: #fff; + color: #000; +}