mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-27 02:59:22 +08:00
美化优化0407
This commit is contained in:
@@ -90,8 +90,7 @@ body {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
user-select: none;
|
||||
font-family: "Noto Sans SC", "SF Pro SC", "SF Pro Text", "SF Pro Icons",
|
||||
"PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||
font-family: "微软雅黑","Arial", sans-serif;
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
background-color: var(--second);
|
||||
@@ -283,7 +282,7 @@ pre {
|
||||
cursor: pointer;
|
||||
|
||||
div:not(.no-dark) > svg {
|
||||
filter: invert(0.5);
|
||||
filter: var(--black);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -493,6 +493,7 @@
|
||||
|
||||
.markdown-body > *:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.markdown-body a:not([href]) {
|
||||
|
||||
Reference in New Issue
Block a user