update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user