Created
August 22, 2016 00:05
-
-
Save tajpure/09aae31d21a5684afcf8f3cf028d69d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 你的主题名 | |
.dark { | |
background-color: #212121; // 背景颜色 | |
color: white; // 字体颜色 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment