Files
BlackFruit-UI/common/reset.css
yiqiu fcd7eff3e8
All checks were successful
continuous-integration/drone/push Build is passing
fix: body 背景改为深色 #0A0C16,消除滚动闪白
- reset.css body background: #FFFFFF → #0A0C16
- theme.css body background: #FFFFFF → #0A0C16
- 修复 theme.css 被误删的规则(textarea/input)
- 滚动条颜色适配深色主题
2026-03-18 18:13:08 +08:00

112 lines
1.2 KiB
CSS

html {
overflow-x: auto;
overflow-y: scroll;
}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
font-weight: 400;
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h4,
h5 {
margin: 0;
padding: 0;
}
body {
background-color: #0A0C16;
color: rgba(220, 228, 240, 0.9);
font-size: 16px;
font-family: PingFang SC;
font-weight: 400;
}
select {
font-size: 12px;
}
table {
border-collapse: collapse;
}
fieldset,
img {
border: 0 none;
}
fieldset {
margin: 0;
padding: 0;
}
fieldset p {
margin: 0;
padding: 0 0 0 8px;
}
legend {
display: none;
}
address,
caption,
em,
strong,
th,
i {
font-style: normal;
font-weight: 400;
}
table caption {
margin-left: -1px;
}
hr {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #E4E4E4;
border-width: 1px 0;
clear: both;
height: 2px;
margin: 5px 0;
overflow: hidden;
}
ol,
ul {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
caption,
th {
text-align: left;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: ;
}