Created
June 22, 2015 09:57
-
-
Save jleyva/5c5c857c1e7a61c03b01 to your computer and use it in GitHub Desktop.
Moodle Mobile 2 remote CSS
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
.bar-side-menu { | |
background-color: blue; | |
} | |
.bar-content { | |
background-color: blue; | |
} | |
.button.button-positive { | |
border-color: blue; | |
background-color: blue; | |
color: #fff; | |
} | |
.item-divider { | |
background-color: #fafafa; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment