From ec16e404ede9bf361e9b906f8784c516dcd74a2d Mon Sep 17 00:00:00 2001 From: abhir Date: Sat, 29 Jun 2024 20:53:00 +0530 Subject: [PATCH] Initial Commit --- script.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/script.js b/script.js index 40089a9..17e8e26 100644 --- a/script.js +++ b/script.js @@ -22,12 +22,7 @@ function lightTheme(){ root.style.setProperty('--project-name-color', 'blue'); root.style.setProperty('--icon-color', 'black'); root.style.setProperty('--icon-color-hover', 'blue'); - //root.style.setProperty('--card-shadow', '0 0 20px grey'); root.style.setProperty('--card-glow', '0 0 25px rgba(0,0,128, .5)'); - /*console.log(window.matchMedia('max-width: 480px').matches) - if(window.matchMedia('max-width: 480px').matches){ - root.style.setProperty('--card-glow', '0 0 15px rgba(0,0,128, .5)'); - }*/ root.style.setProperty('--watermark','rgba(0,0,128, .5)'); header.style.backgroundColor = 'rgba(255,255,255,.6)'; project.style.color="rgb(0,0,128, .8)";