初始化提交

This commit is contained in:
2025-09-14 02:05:42 +08:00
parent 1a3730454e
commit 9f94e92eaf
19 changed files with 385 additions and 322 deletions

View File

@@ -11,25 +11,27 @@ body {
font-family: 'Inter', sans-serif;
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
overflow: hidden;
background-color: #FFFFFF;
color: #212529;
}
/* Custom scrollbar for dark theme */
/* Custom scrollbar for light theme */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background: rgb(17 24 39);
background: #F8F9FA;
}
::-webkit-scrollbar-thumb {
background: rgb(75 85 99);
background: #E9ECEF;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
background: rgb(107 114 128);
background: #DEE2E6;
}
/* Custom range slider styling */
@@ -40,7 +42,7 @@ body {
border-radius: 50%;
background: #FDE047;
cursor: pointer;
border: 2px solid #1F2937;
border: 2px solid #FFFFFF;
}
.slider::-moz-range-thumb {
@@ -49,7 +51,7 @@ body {
border-radius: 50%;
background: #FDE047;
cursor: pointer;
border: 2px solid #1F2937;
border: 2px solid #FFFFFF;
}
/* Marching ants animation */