snippet.host

minimal text and code snippet hosting

welcome, guest. why not login or register?

Firefox 89 userContent.css

created: language: css views: 140 size: 1.41 KiB lines: 48 clone raw download
@-moz-document url("moz-extension://f0103714-8845-468c-b7eb-480492d45688/popup/popup.html") {
body {
color: white !important;
background-color: black !important;
}
.card {
color: white !important;
background-color: #1e1e1e !important;
}
.table {
color: white !important;
}
.table-hover tbody tr:hover {
color: white !important;
}
}

@-moz-document url-prefix(about:blank)
{*{background-color:#2A2A2E;}}

:root {
scrollbar-color: rgb(119,136,153) rgb(17,17,17);
}
*{
scrollbar-width: thin;
}
@-moz-document url-prefix("about:") {
xul|page,
xul|scrollbar {
scrollbar-color: rgb(119,136,153) rgb(17,17,17);
scrollbar-width: thin;
}
}

#header-inner {margin: 2px 0px -40px 4px !important}
#heading {margin: 1px 0px 1px -4px !important}
#main {margin-top: 5px}
.addon-name {font-weight: 400 !important}
.addon.card {margin-bottom: 5px !important}
.card-contents {flex-direction: row !important}
.list-section-heading {margin-bottom: 9px !important}
.more-options-button {top: 8px}
.sidebar-footer-button {margin-bottom: 36px}
:root {--addon-icon-size: 26px !important; --card-padding: 14px !important}
.prefs-button, .addon-description, .help-button,
#search-label,
#category-discover,
#heading-name, .list-section-heading, recommended-extensions-section, .addon-badge-recommended {display:none !important}