daviddeutsch / yt-sanegrid

YouTube abandoned the subscription grid view. This has made a lot of people very angry and been widely regarded as a bad move.
http://daviddeutsch.github.io/yt-sanegrid/
GNU General Public License v3.0
37 stars 10 forks source link

Optional Dark Theme #14

Open warcode opened 11 years ago

warcode commented 11 years ago

Needs a different youtube image.

body {
    height: 100%;
    background-color: rgb(18, 20, 23);
    font-family: 'PT Sans',sans-serif;
}

.navbar {
    background-color: rgb(37, 42, 48);
    border: none;
}

.alert {
    color: rgb(51, 181, 229);
    background-color: rgb(37, 42, 48);
}

.thumbnail {
    background-color: rgb(37, 42, 48);
    box-shadow: none;
    color: rgb(51, 181, 229);
}

.thumbnail a {
    color: rgb(51, 181, 229);
}
daviddeutsch commented 11 years ago

Good idea - deferring this for later for now, waiting to implement overall settings.