
內容簡介
如果作業系統(Windows 10、macOS、iOS、Android)設置為黑暗模式,則啟用 Twenty Nineteen 的黑暗模式。此外掛程式不提供任何配置給管理員或使用者。
您可以使用主題自訂器 -> 自訂 CSS 函數更改顏色:
´
:root {
–bg-color: #000;
–bg-color-lighter: #333;
–txt-color: #efefef;
–txt-color-darker: #aaa;
–highlight-color: #6bf;
–highlight-color-selected: #6bf;
}
´
外掛標籤
開發者團隊
原文外掛簡介
Activates Dark Mode in Twenty Nineteen if the OS (Windows 10, macOS,
iOS, Android) is set to Dark Mode. This plugin provides no configuration for the
admin or the user whatsoever.
You can change the colors with the theme customizer -> custom css function:
´
:root {
–bg-color: #000;
–bg-color-lighter: #333;
–txt-color: #efefef;
–txt-color-darker: #aaa;
–highlight-color: #6bf;
–highlight-color-selected: #6bf;
}
´
