Last active
September 29, 2016 22:45
-
-
Save philcon93/908b02cefbfdf3658288 to your computer and use it in GitHub Desktop.
Add varaibles to your style.css
This file contains hidden or 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
/* | |
Add varaibles to your style.css | |
Then you can edit these variables in the Neto theme editor | |
The first word before the pipe is the heading that you can group varaibles, which is not neccessary | |
*/ | |
.style{ | |
color: #fff /*{Head | head-colour}*/; | |
} | |
#style{ | |
color: #000 /*{Body | body-background-colour}*/; | |
} | |
.p{ | |
color: #000 /*{p-colour}*/; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment