fix: 修复 fieldset 在暗黑模式的样式问题
This commit is contained in:
@@ -127,14 +127,12 @@ body {
|
||||
fieldset {
|
||||
padding: 15px 15px 0 15px;
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid #e4e7ed;
|
||||
border: 1px solid var(--color-neutral-3);
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
}
|
||||
fieldset legend {
|
||||
color: #5e6d82;
|
||||
color: rgb(var(--gray-10));
|
||||
padding: 2px 5px 2px 5px;
|
||||
border: 1px solid #e4e7ed;
|
||||
border: 1px solid var(--color-neutral-3);
|
||||
border-radius: 3px;
|
||||
background: #fff;
|
||||
}
|
Reference in New Issue
Block a user