add hover color

This commit is contained in:
lqins 2024-12-22 12:52:02 +08:00
parent 6df2b5735b
commit b7b702862f
3 changed files with 3 additions and 2 deletions

View File

@ -165,7 +165,7 @@
// box-shadow: 0 0 10px rgba(71, 255, 241, 0.6); /* */
transform: translateY(-10px); /* 10 */
box-shadow: 0 0 10px var(--shadow-color);
background-color: #30323c;
background-color: var(--hover-deep-color)
}
}
}

View File

@ -65,6 +65,6 @@
--theme-text-primary: #f3f3f3;
--chat-content-bg:rgba(86, 86, 95, .2);
--chat-content-bg-list:rgba(86, 86, 95, .2);
--hover-deep-color:#30323c;
// --theme-text-tertiary: #e1e1e1;
}

View File

@ -46,6 +46,7 @@
--chat-content-bg-list:#fff;
--chat-wel-bg:rgba(247, 247, 248, 1);
--el-pagination-button-bg-color: rgba(86,86,95,0.2);
--hover-deep-color:#fff;
}