mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 10:57:26 +08:00
feat: 添加主题色设置功能
This commit is contained in:
@@ -377,7 +377,7 @@ export default {
|
||||
transition: background-color 0.2s ease, opacity 0.2s ease;
|
||||
|
||||
&:hover {
|
||||
background: darken($theme_color, 4%);
|
||||
background: color-mix(in srgb, #{$theme_color} 96%, black);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user