Skip to content

Instantly share code, notes, and snippets.

@stickerboy
Last active January 14, 2020 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stickerboy/ce37b367c2f3450bfd404eed2010e7b0 to your computer and use it in GitHub Desktop.
Save stickerboy/ce37b367c2f3450bfd404eed2010e7b0 to your computer and use it in GitHub Desktop.
Halo Support CSS
body {
background-color: #f6f6f6;
color: #3e3e3e;
}
a {
color: #1572a4 !important;
}
a:hover {
color: #ffae00 !important;
}
.header {
background-color: #5f6875 !important;
padding: 0 50px;
width: 100%;
max-width: 100%;
}
.comment-callout {
color: #3e3e3e;
}
.header a {
color: #fff !important;
}
.user-info > [role="button"] {
color: #fff !important;
}
.sidenav-item {
font-weight:400;
}
.sidenav-item.current-article,
.sidenav-item:hover {
background-color: #c5cdd7;
}
.sidenav-item:hover,
.search-result-votes,
.search-result-meta-count,
.nav-wrapper a {
color: #1572a4 !important;
}
.breadcrumbs li {
font-weight: 400;
}
.profile-header {
background-color: #f6f6f6;
}
.profile-nav,
.my-activities-nav {
background-color: #c5cdd7;
}
.profile-header .options [data-action="edit-profile"] {
color: #fff !important;
}
.collapsible-nav-list li {
font-weight: 500;
color: #1572a4 !important;
}
.collapsible-nav-list li a:hover {
color: #1572a4 !important;
}
.profile-stats .stat-label {
color: #3e3e3e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment