mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
New site, new svgs and bug fixes
This commit is contained in:
+2
-21
@@ -1,27 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "Poppins-Regular";
|
||||
src: url("/fonts/Poppins-Regular.woff2") format('woff2');
|
||||
font-family: "Inter-Medium";
|
||||
src: url("/fonts/Inter-Medium.woff2") format('woff2');
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: #696969;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #333333;
|
||||
}
|
||||
|
||||
+2
-2
@@ -32,7 +32,7 @@ const theme = extendTheme(
|
||||
},
|
||||
},
|
||||
fonts: {
|
||||
body: "Poppins-Regular, sans-serif",
|
||||
body: "Inter-Medium, sans-serif",
|
||||
heading: "Poppins-Regular, sans-serif",
|
||||
},
|
||||
styles: {
|
||||
@@ -40,7 +40,7 @@ const theme = extendTheme(
|
||||
"html, body": {
|
||||
height: "100%",
|
||||
maxHeight: "100vh",
|
||||
backgroundColor: mode("light.100", "lightDark.900")(props),
|
||||
backgroundColor: mode("gray.100", "lightDark.900")(props),
|
||||
},
|
||||
}),
|
||||
borderColor: "red",
|
||||
|
||||
Reference in New Issue
Block a user