From 646502f9cfcf1fee1e825cfffea3e540741699d0 Mon Sep 17 00:00:00 2001 From: Manan Jethwani Date: Tue, 13 Jul 2021 20:00:43 +0530 Subject: [PATCH] changed font style for modal --- static/skin/home.css | 12 +++++------- static/skin/index.js | 12 ++++++------ static/templates/index.html | 5 ----- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/static/skin/home.css b/static/skin/home.css index f7742d8a9..f49548b86 100644 --- a/static/skin/home.css +++ b/static/skin/home.css @@ -330,16 +330,14 @@ body { text-decoration: none; } -.modal-content span { - cursor: pointer; -} - -.modal-content a>div, .modal-content span>div { +.modal-content a>div { position: relative; - top: -26px; + top: -28px; left: 50px; text-decoration: underline; - color: black; + font-size: 13px; + font-family: poppins; + color: #444343; } .modal-content img { diff --git a/static/skin/index.js b/static/skin/index.js index a5904e583..90807e07c 100644 --- a/static/skin/index.js +++ b/static/skin/index.js @@ -143,25 +143,25 @@ diff --git a/static/templates/index.html b/static/templates/index.html index 41c0b294a..c6f05aa42 100644 --- a/static/templates/index.html +++ b/static/templates/index.html @@ -77,10 +77,5 @@ modal.remove(); } } - async function fetchAndRedirect(link) { - const response = await fetch(link); - const magnetLink = await response.text(); - window.location = magnetLink; - }