Makes docker hub dark themed
Dark docker hub by ljoonal
Imported and mirrored from https://git.ljoonal.xyz/ljoonal/user._/raw/styles/docker.user.css
Details
Authorljoonal
LicenseMPL-2.0
Categoryhub.docker.com, dockerhub
Created
Updated
Size628 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark docker hub
@namespace https://ljoonal.xyz
@author ljoonal (https://www.ljoonal.xyz)
@version 0.1.0
@description Makes docker hub dark themed
@homepageURL https://git.ljoonal.xyz/ljoonal/user._/src/styles
@supportURL https://git.ljoonal.xyz/ljoonal/user._/issues
==/UserStyle== */
@-moz-document domain("hub.docker.com") {
body {
color: white;
background-color: #000;
}
code, pre, *[class^="jss"], *[class*="styles__"], *[class*="styles__"]:focus {
color: white!important;
background-color: #0f0f0f!important;
}
}