我使用glitch.com,由于某些原因,背景颜色没有改变,因此我在其他项目中使用了相同的代码,并且效果很好
css:
body {
font-family: helvetica, arial, sans-serif;
margin: 0 auto;
background-color:rgb(40, 48, 54);
}
h1 {
font-style: italic;
color: #373fff;
}
答案 0 :(得分:0)
如果您确实想尝试覆盖它而没有找到它,请将该背景色设置为!important
body {
font-family: helvetica, arial, sans-serif;
margin: 0 auto;
background-color:rgb(40, 48, 54) !important;
}
h1 {
font-style: italic;
color: #373fff;
答案 1 :(得分:0)
如果您在glitch.com中,则必须使用此代码
.cHtQlM {
background-color: red;
}