Last active
March 19, 2018 20:32
-
-
Save JiveDig/63e59b0589b4c89c34d296632fe26aab to your computer and use it in GitHub Desktop.
Mai Theme branding colors 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
/** | |
* The code in the following files will allow you to quickly customize the colors/branding of your Mai Theme powered website. | |
* Add the code to the theme's style.css file and adjust the colors as-needed. | |
*/ |
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
/* Standard links */ | |
a { | |
color: orange; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment