mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
💄 fix(sth): 样式美化
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
@import url("themes/default.css");
|
||||
@import url("themes/dark.css");
|
||||
|
||||
/**
|
||||
* @description 隐藏应用最右边的滚动条
|
||||
* @since Alpha v0.1.4
|
||||
*/
|
||||
html {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
/*
|
||||
* @description 侧边滚动条样式
|
||||
* @since Alpha v0.1.3
|
||||
@@ -13,7 +21,7 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: #f1f1f1;
|
||||
background: var(--scroll-bg);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user