Skip to content

Xenia Dark by halotroop2288

Screenshot of Xenia Dark

Details

Authorhalotroop2288

LicenseCC Zero

CategoryXenia.jp

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A readable dark theme for the Xenia Emulator website, Xenia.jp.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Xenia Dark
@version      20220102.05.48
@namespace    userstyles.world/user/halotroop2288
@description  A readable dark theme for the Xenia Emulator website, Xenia.jp.
@author       halotroop2288
@license      CC Zero
==/UserStyle== */

@-moz-document url("https://xenia.jp/"), url("https://xenia.jp/about/"), url("https://xenia.jp/gallery/"), url("https://xenia.jp/download/") {
body {
    background-color: black !important;
    color: white;
}

code {
    background-color: slategray;
    color: lightgray;
}

a {
    color: royalblue;
}

.site-layout .site-navigation .mdl-navigation__link, nav, .site-navigation {
    background-color: #151515 !important;
}

.site-layout .site-navigation .mdl-navigation__link.selected {
    background-color: darkslategray !important;
    color: white;
}

.site-drawer-subheader {
    color: white;
}

.blink {
    color: red;
}

.mdl-layout__header-row, .mdl-layout__drawer > .mdl-layout-title {
    background-color: midnightblue !important;
}

}

Reviews

No reviews yet.