fix: 用户气泡中的@提及改为橙色
parent
3240155523
commit
1bee34b423
|
|
@ -1582,6 +1582,12 @@ span.mention {
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bubble.user span.mention {
|
||||||
|
background: rgba(255, 159, 10, 0.22);
|
||||||
|
border: 1px solid rgba(255, 159, 10, 0.38);
|
||||||
|
color: #ff9f0a;
|
||||||
|
}
|
||||||
|
|
||||||
.ant-collapse-content {
|
.ant-collapse-content {
|
||||||
background: var(--color-surface) !important;
|
background: var(--color-surface) !important;
|
||||||
color: var(--color-text) !important;
|
color: var(--color-text) !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue