Last active
December 3, 2018 06:52
-
-
Save timothycarambat/79cab598dc4c064a9177ef41cf390886 to your computer and use it in GitHub Desktop.
Anime Dao Dark Stylish File for /u/marzaroh https://www.reddit.com/r/programmingrequests/comments/a2iztq/would_like_someone_to_create_nightmode_css_for/
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
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