A nice dark theme for y2mate.com from me, thewebmasterp
y2mate.com by thewebmasterp
Details
Authorthewebmasterp
LicenseNo License
Categoryy2mate.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name y2mate.com
@version 20220522.19.23
@namespace userstyles.world/user/thewebmasterp
@description A nice dark theme for y2mate.com from me, thewebmasterp
@author thewebmasterp
@license No License
==/UserStyle== */
@-moz-document domain("y2mate.com") {
.container-overflow-wrap {
background-color: #192428;
}
#global-nav {
color: #39ace7;
}
#logo-name {
color: #ffffff;
}
.panel-body {
background-color: #2d383c;
color: #ffffff;
}
body {
color: #ffffff;
}
#txt-url, .thumbnail {
background-color: #192428;
color: #ffffff;
}
.thumbnail {
margin: 5px;
}
.caption.text-left {
color: #ffffff;
}
table, tr, th, td, .nav.nav-tabs {
border-color: #39ace7 !important;
}
.modal-body.text-center {
background-color: #2d383c;
}
.modal-header {
background-color: #192428;
}
button.close {
color: #ffffff;
background-color: rgb(193, 8, 65);
border-radius: 100%;
height: 1.5em;
width: 1.5em;
}
}