Skip to content

Instantly share code, notes, and snippets.

@ArslanKathia
Forked from jleyva/moodlemobileapp.css
Created April 20, 2024 12:52
Show Gist options
  • Save ArslanKathia/24d324e538081a1784ade5e9db6e480a to your computer and use it in GitHub Desktop.
Save ArslanKathia/24d324e538081a1784ade5e9db6e480a to your computer and use it in GitHub Desktop.
moodlemobileapp.css advanced
.bar-header {
background-color: #5069A1;
}
ion-side-menu li .item {
background-color: #313848;
border-color: #4F5865;
color: #BCC3CF;
}
ion-side-menu li.item {
border-color: #4F5865;
}
ion-side-menu li.item.item-divider {
background-color: #3E4755;
}
.ion-ionic {
color: orange;
}
.ion-home {
color: blue;
}
.ion-ios-bell {
color: yellow;
}
.ion-chatbox {
color: green;
}
.ion-calendar {
color: white;
}
.ion-folder {
color: purple;
}
.ion-earth {
color: maroon;
}
.ion-help-buoy {
color: orange;
}
.ion-gear-b {
color: dimgray;
}
.ion-log-out {
color: red;
}
.ion-ionic:before {
content: "\f3ea";
}
.mm-site_mm_courses .tabs-icon-left {
background-color: #EBEFF8;
}
.mm-site_mm_courses section h2 span {
font-weight: bold;
}
/* 3.5 styles */
.toolbar-background-md {
background: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment