mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
💄 修正类型,调整UI
This commit is contained in:
@@ -62,7 +62,7 @@ html {
|
||||
|
||||
/*
|
||||
* @description 侧边滚动条样式
|
||||
* @since Beta v0.3.0
|
||||
* @since Beta v0.5.3
|
||||
*/
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
@@ -76,9 +76,9 @@ html {
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
background: var(--common-shadow-2);
|
||||
background: var(--tgc-od-white);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--common-shadow-4);
|
||||
background: var(--tgc-od-orange);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user