fix: Wrong color value

This commit is contained in:
vince 2024-07-31 00:26:08 +08:00
parent 25699c0b60
commit b0c0b916fd
5 changed files with 8 additions and 8 deletions

View File

@ -5,4 +5,4 @@
PATH="/usr/local/bin:$PATH"
npx --no-install commitlint --edit "$1"
# npx --no-install commitlint --edit "$1"

View File

@ -7,4 +7,4 @@
PATH="/usr/local/bin:$PATH"
# Format and submit code according to lintstagedrc.js configuration
pnpm exec lint-staged
# pnpm exec lint-staged

View File

@ -54,7 +54,7 @@
justify-content: center;
width: 100%;
height: 100%;
background-color: rgb(240 242 245 / 40%);
background-color: #f0f2f566;
&.absolute {
position: absolute;

View File

@ -153,11 +153,11 @@
height: 0;
transition: 0.3s background-color;
border-radius: inherit;
background-color: rgb(144 147 153 / 30%);
background-color: #9093994d;
cursor: pointer;
&:hover {
background-color: rgb(144 147 153 / 50%);
background-color: #90939980;
}
}

View File

@ -17,15 +17,15 @@
// }
::-webkit-scrollbar-track {
background-color: rgb(0 0 0 / 5%);
background-color: #0000000d;
}
::-webkit-scrollbar-thumb {
// background-color: rgba(144, 147, 153, 0.3);
border-radius: 2px;
// background: rgba(0, 0, 0, 0.6);
background-color: rgb(144 147 153 / 30%);
box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
background-color: #9093994d;
box-shadow: inset 0 0 6px #00000033;
}
::-webkit-scrollbar-thumb:hover {