你好,
能否帮我更改 Easy Footer 主题的背景?
我是从 GitHub - discourse/Discourse-easy-footer · GitHub 安装的这个主题。
谢谢
@import "common/foundation/variables";
.custom-footer {
display: flex;
flex-wrap: wrap;
background: $primary;
.flexbox {
width: 100%;
display: flex;
flex-wrap: wrap;
color: $secondary;
padding: 2em 0 1em 0;
}
你好!
我不是这方面的专家,但我觉得你需要修改以下行:
background: $primary;
示例:background: red;
感谢您的建议,问题仍未解决。
谢谢你,女老板