mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 16:56:38 +08:00
add hover color
This commit is contained in:
parent
6df2b5735b
commit
b7b702862f
@ -165,7 +165,7 @@
|
|||||||
// box-shadow: 0 0 10px rgba(71, 255, 241, 0.6); /* 添加阴影效果 */
|
// box-shadow: 0 0 10px rgba(71, 255, 241, 0.6); /* 添加阴影效果 */
|
||||||
transform: translateY(-10px); /* 向上移动10像素 */
|
transform: translateY(-10px); /* 向上移动10像素 */
|
||||||
box-shadow: 0 0 10px var(--shadow-color);
|
box-shadow: 0 0 10px var(--shadow-color);
|
||||||
background-color: #30323c;
|
background-color: var(--hover-deep-color)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -65,6 +65,6 @@
|
|||||||
--theme-text-primary: #f3f3f3;
|
--theme-text-primary: #f3f3f3;
|
||||||
--chat-content-bg:rgba(86, 86, 95, .2);
|
--chat-content-bg:rgba(86, 86, 95, .2);
|
||||||
--chat-content-bg-list:rgba(86, 86, 95, .2);
|
--chat-content-bg-list:rgba(86, 86, 95, .2);
|
||||||
|
--hover-deep-color:#30323c;
|
||||||
// --theme-text-tertiary: #e1e1e1;
|
// --theme-text-tertiary: #e1e1e1;
|
||||||
}
|
}
|
@ -46,6 +46,7 @@
|
|||||||
--chat-content-bg-list:#fff;
|
--chat-content-bg-list:#fff;
|
||||||
--chat-wel-bg:rgba(247, 247, 248, 1);
|
--chat-wel-bg:rgba(247, 247, 248, 1);
|
||||||
--el-pagination-button-bg-color: rgba(86,86,95,0.2);
|
--el-pagination-button-bg-color: rgba(86,86,95,0.2);
|
||||||
|
--hover-deep-color:#fff;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user