Adding basic theme command

This commit is contained in:
0x726564646974
2017-06-06 21:23:51 -04:00
parent 77e6bdbfdc
commit 47e01ee2eb
6 changed files with 114 additions and 65 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#work-in-progress-container {
color: #66ff33;
color: var(--my-font-color);
position: fixed;
padding-top: 10px;
padding-left: 10px;
@@ -8,7 +8,7 @@
}
#work-in-progress-text {
color: #66ff33;
color: var(--my-font-color);
width: 70%;
}