404nyaFound[cherry-studio主题分享]亮色主题:歌蕾蒂娅-返航 中发帖

分享我写的主题 
[歌蕾蒂娅-返航]
(参考了配色)
拥有特殊的阴影和好看的圆角边框!顺便把输入框对齐了!
复制代码到css区域即可~
/*** 歌蕾蒂娅-返航 ***/
:root {
--color-border: rgba(120,120,120,0.08) !important;
}
.message-content-container {
background: var(--chat-background-white) !important;
box-shadow: 0 4px 16px -8px rgba(0,0,0,0.04) !important;
border: 1px solid var(--color-border) !important;
border-radius: 18px !important;
margin: 8px 0 !i...