Last active
August 29, 2015 14:03
-
-
Save jleyva/e70ce13b0fd699d945de to your computer and use it in GitHub Desktop.
Moodle.org Mobile CSS URL
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
body { | |
color: #595959; | |
background: #f98012; | |
} | |
a { | |
color: #0070a8; | |
} | |
h1 { | |
color: #f98012; | |
} | |
h2 { | |
color: #4f4f4f; | |
} | |
.nav .nav-item a { | |
color: #595959; | |
} | |
#manage-accounts .account-details { | |
color: #595959; | |
} | |
.header-wrapper { | |
box-shadow: 10px 0 20px rgba(0, 0, 0, 0.75); | |
} | |
.header-main { | |
color: #ffffff; | |
background: #1b1b1b; | |
border-bottom: 5px solid #f98012; | |
} | |
.user-menu { | |
background: #f98012; | |
} | |
.grades .section-name { | |
color: #4f4f4f; | |
} | |
.user-menu .nav-item > a { | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment