Changed font weights

This commit is contained in:
nuttylmao
2025-04-23 05:25:57 +10:00
parent b9786da56f
commit f25832355e
2 changed files with 239 additions and 238 deletions
@@ -288,6 +288,7 @@ function CopyURLToClipboard() {
copiedMessage.style.color = 'white';
copiedMessage.style.padding = '5px 10px';
copiedMessage.style.borderRadius = '5px';
copiedMessage.style.fontWeight = '500';
copiedMessage.style.zIndex = '2'; // Ensure it's above the input and label
copiedMessage.style.opacity = '0'; // Start with opacity 0 for fade-in
copiedMessage.style.transition = 'opacity 0.2s ease-in-out';
+1 -1
View File
@@ -1,7 +1,6 @@
* {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
color: white;
--accent-color: #2196f3;
}
@@ -114,6 +113,7 @@ body {
border-radius: 0.5em;
padding: 5px 20px;
z-index: 1;
font-weight: 500;
}
#urlLabel,