Just a bare bones Dark mode UI with poke red and Pikachu yellow accents for Pokeflix.tv My favourite pokemone anime site!
Pokeflix Dark Mode by LittleOliveDeerling

Details
AuthorLittleOliveDeerling
LicenseNo License
Categorywww.pokeflix.tv
Created
Updated
Code size746 B
Code checksum4766d1a0
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pokeflix Dark Mode
@version 20240815.21.17
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www.pokeflix.tv/") {
body,
html {
background-color: #000 !important;
color: #FFF !important;
}
.navbar,
footer {
background-color: #222 !important;
}
a,
.btn-link {
color: #f4dc26 !important;
}
.container,
.video-container,
.dark-container,
.navbar-inverse {
background-color: #000 !important;
color: #f00000 !important;
}
.header,
.footer,
.sidebar,
.content {
background-color: #000;
color: #000;
}
.button,
.input,
.textarea {
background-color: #333;
color: #FFF;
border-color: #555;
}
}