mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Changed font weights
This commit is contained in:
@@ -288,6 +288,7 @@ function CopyURLToClipboard() {
|
|||||||
copiedMessage.style.color = 'white';
|
copiedMessage.style.color = 'white';
|
||||||
copiedMessage.style.padding = '5px 10px';
|
copiedMessage.style.padding = '5px 10px';
|
||||||
copiedMessage.style.borderRadius = '5px';
|
copiedMessage.style.borderRadius = '5px';
|
||||||
|
copiedMessage.style.fontWeight = '500';
|
||||||
copiedMessage.style.zIndex = '2'; // Ensure it's above the input and label
|
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.opacity = '0'; // Start with opacity 0 for fade-in
|
||||||
copiedMessage.style.transition = 'opacity 0.2s ease-in-out';
|
copiedMessage.style.transition = 'opacity 0.2s ease-in-out';
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
|
||||||
color: white;
|
color: white;
|
||||||
--accent-color: #2196f3;
|
--accent-color: #2196f3;
|
||||||
}
|
}
|
||||||
@@ -114,6 +113,7 @@ body {
|
|||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlLabel,
|
#urlLabel,
|
||||||
|
|||||||
Reference in New Issue
Block a user