# \[欢迎提供协助\] 部分深色主题（表情符号和页脚）显示为浅色主题

**URL:** <https://meta.discourse.org/t/help-appreciated-part-of-our-dark-theme-emojis-and-footer-displaying-as-light-theme/153403>\
**Category:** Support\
**Created:** [2020年五月31日 17:51 UTC](https://meta.discourse.org/t/help-appreciated-part-of-our-dark-theme-emojis-and-footer-displaying-as-light-theme/153403 "2020-05-31T17:51:26Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![sunjam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sunjam/32/175682_2.png) [@sunjam](https://meta.discourse.org/u/sunjam)\
**Post date:** [2020年五月31日 17:51 UTC](https://meta.discourse.org/t/help-appreciated-part-of-our-dark-theme-emojis-and-footer-displaying-as-light-theme/153403/1 "2020-05-31T17:51:26Z")

</div>

![Screenshot_20200531_104615](https://global.discourse-cdn.com/meta/original/3X/c/2/c2dc1ac7f249e55c4334cfb72d2869d0654eb359.png)

继续讨论 [简易响应式页脚](https://meta.discourse.org/t/easy-responsive-footer/95818)：

我尝试按照 [这些论坛说明](https://meta.discourse.org/t/change-background-color-of-easy-footer-theme-component/125084/7) 编辑 CSS 以匹配我们的深色主题，但页脚仍然显示为白底黑字，而不是黑底白字。[这是我们的论坛链接](https://discuss.noisebridge.info)。

#### 主题颜色

![Screenshot_20200531_103425](https://global.discourse-cdn.com/meta/original/3X/c/6/c6926b9aa5e4a679578a1c28ebe39d4fdd4c08b2.png)

#### 尝试通过 CSS 进行的代码修复（该主题并非由我创建）

```
@import "common/foundation/variables";

.custom-footer {
  display: flex;
  flex-wrap: wrap;
  background: black;
  .flexbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: white;
    padding: 2em 0 1em 0;
  }

```

此外，我还注意到 [表情符号反应会显示刺眼的白色背景](https://meta.discourse.org/t/retort-a-reaction-style-plugin-for-discourse/35903/339?u=sunjam)，而不是黑色或深灰色。不确定如何修复此问题。  
 ![Screenshot_20200530_105715](https://global.discourse-cdn.com/meta/original/3X/e/7/e7fbd044496bfd0b76dc4f01f78a49aab35d9bad.png)

 ![Screenshot_20200530_105940](https://global.discourse-cdn.com/meta/original/3X/0/5/052077a3fbd2436a4c366115408ff9a195966567.png)

在预览中，主题仍然显示为浅色模式？

 ![Screenshot_20200531_114556](https://global.discourse-cdn.com/meta/original/3X/8/c/8ca870a6b7289783a196e6e7f6576bc39379a88c.png)

非常感谢任何提示和建议！
