QAWS12g
(jiangly)
95
/* 青雾渐变主题 */
body[theme-mode="dark"] {
--color-background: linear-gradient(135deg, #4c584488 0%, #576652 100%);
--color-background-soft: linear-gradient(135deg, #697a60 0%, #758b6f 100%);
--color-background-mute: linear-gradient(135deg, #55614d66 0%, #627057 100%);
--navbar-background: linear-gradient(to right, #4c5844 0%, #576652 100%);
--chat-background: linear-gradient(to bottom, #4c5844 0%, #576652 100%);
--chat-background-user: linear-gradient(to right, #5f6b57 0%, #6a7861 100%);
--chat-background-assistant: linear-gradient(to right, #3d4637 0%, #485241 100%);
}
body[theme-mode="dark"] #content-container {
background: linear-gradient(135deg, #5f6b57 0%, #6a7861 100%) !important;
}
:root {
--color-black-soft: #4c5844;
}
body[theme-mode="light"] {
--color-background: linear-gradient(135deg, #eef2eb 0%, #f4f7f2 100%);
--color-background-soft: linear-gradient(135deg, #e2e8dd 0%, #eaf0e5 100%);
--color-background-mute: linear-gradient(135deg, #d6decf 0%, #dfe6d9 100%);
--navbar-background: linear-gradient(to right, #e8ede4 0%, #f0f4ec 100%);
--chat-background: linear-gradient(to bottom, #f4f6f2 0%, #fafbf9 100%);
--chat-background-user: linear-gradient(to right, #eef2eb 0%, #f4f7f2 100%);
--chat-background-assistant: linear-gradient(to right, #e2e8dd 0%, #eaf0e5 100%);
--color-white: #f4f6f2;
}
body[theme-mode="light"] #content-container {
background: linear-gradient(135deg, #f4f6f2 0%, #fafbf9 100%) !important;
}
#inputbar textarea.ant-input {
height: 120px !important;
padding: 10px;
}
body {
--file-line-width: 65rem; /* 设置行宽,默认值为 45rem */
--font-default: "LXGW WenKai Screen", "Microsoft YaHei", "sans-serif"; /* 设置默认字体 */
}
/* 编辑模式下,右侧空白太大 */
.markdown-source-view.mod-cm6.is-readable-line-width .cm-content {
max-width: 100%; /* 设置最大宽度为 100% */
}
- 我在这里存一个自己使用的css,现在去感受一下原版
1 个赞