This commit is contained in:
2024-08-05 10:58:57 -03:00
parent ab6f27524d
commit 2353362c04
11 changed files with 649 additions and 231 deletions

View File

@@ -1,5 +1,5 @@
body {
font-family: Arial, sans-serif;
font-family: 'Helvetica', 'Arial', sans-serif;
margin: 0;
transition: background-color 0.3s, color 0.3s;
}
@@ -34,4 +34,10 @@ body {
transition: box-shadow 0.3s ease;
box-sizing: border-box;
}
/* Custom scrollbar for webkit browsers */
body::-webkit-scrollbar {
width: 8px;
height: 8px;
overflow: visible;
display: none;
}