Skip to content

Instantly share code, notes, and snippets.

@timothycarambat
Last active December 3, 2018 06:52
Show Gist options
  • Save timothycarambat/79cab598dc4c064a9177ef41cf390886 to your computer and use it in GitHub Desktop.
Save timothycarambat/79cab598dc4c064a9177ef41cf390886 to your computer and use it in GitHub Desktop.
body {
background-color: #0e0e0e;
}
.content {
background-color: #1d1c1c;
}
.indextab > li.active > a{
background-color: #8c8a8a !important;
}
.indextab > li > a:hover {
background-color: #b2b6b7 !important;
}
.well {
background-color: #1d1c1c;
}
.well:hover {
background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(99, 92, 92) 0%, rgb(0, 0, 0) 100%) !important
}
div.latestanime-title > a {
color: #FFF;
}
a.latest-parent, span.latest-parent {
color: #666667!important;
}
h2.page_title {
color: #FFF;
}
h4, p, h3, div.align {
color: #FFF;
}
.breadcrumb {
background-color: #9c9a9a;
}
.animeinfo-div {
background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(99, 92, 92) 0%, rgb(0, 0, 0) 100%) !important;
color: #FFF !important;
}
.list-group-item.animeinfo-content {
color: #FFF !important;
background-color: #1d1c1c;
}
.list-group-item.animeinfo-content > p {
color: #FFF !important;
}
.list-group-item.animeinfo-content:hover {
background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(99, 92, 92) 0%, rgb(0, 0, 0) 100%) !important;
}
.navbar-inverse .navbar-nav > .active > a {
background-color: #8c8a8a !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-color: #8c8a8a !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment