mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-13 09:28:14 +08:00
💄 调整基本样式
This commit is contained in:
@@ -53,7 +53,13 @@
|
||||
--tgc-yellow-2: #f4d8a8; /* Genshin confirm text */
|
||||
}
|
||||
|
||||
/*
|
||||
* @description 根 html 样式
|
||||
* @since Beta v0.3.0
|
||||
*/
|
||||
html {
|
||||
overflow: auto;
|
||||
background: var(--app-page-bg);
|
||||
font-family: var(--font-text);
|
||||
font-size: 16px;
|
||||
}
|
||||
@@ -80,17 +86,3 @@ html {
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--common-shadow-4);
|
||||
}
|
||||
|
||||
/* card action 内的按钮 */
|
||||
.card-btn {
|
||||
border-radius: 50px;
|
||||
margin-left: 5px;
|
||||
background: #4a5366;
|
||||
color: #ece5d8;
|
||||
}
|
||||
|
||||
.card-btn img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user