Skip to content

Instantly share code, notes, and snippets.

@VapaudenKuolemasta
Last active July 13, 2018 09:00
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 VapaudenKuolemasta/4d171c0bd4936dd3eca05e8e021831b5 to your computer and use it in GitHub Desktop.
Save VapaudenKuolemasta/4d171c0bd4936dd3eca05e8e021831b5 to your computer and use it in GitHub Desktop.
Night theme (Muon) for mrakopedia.org

Night theme (Muon) for mrakopedia.org

mrakopedia

#content, #footer, .pBody, .w4g_rb-ratinglist-table {
    color: #C6985C;
    background: url('https://2ch.pm/makaba/templates/img/muon/muon_posts.jpg') #292825;
    border: solid 1px #34352D !important;
    border-radius: 5px;
    box-shadow: 0px 0px 12px #161616;
}

html, body, #description, #toc, .mw-normal-catlinks, .catlinks{
    background: scroll #211F1A url('https://2ch.pm/makaba/templates/img/muon/muon_bg.jpg') repeat !important;
    color: #9B8165;
    font:small sans-serif;
}

.mw-body{
    color: #C6985C !important;
}

a, a:visited{
    color: #FFD97A;
    text-decoration: none;
}

h1{
    color:rgb(255, 102, 0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment