night mode for spacesdashboard.com
spacesdashboard night mode by morty

Details
Authormorty
LicenseNo License
Categoryspacesdashboard
Created
Updated
Code size1.5 kB
Code checksum389be14b
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name spacesdashboard.com
@version 20230602.18.19
@namespace ?
==/UserStyle== */
@-moz-document domain("spacesdashboard.com") {
.bg-gray-50, .hover\:bg-purple-50:hover { background-color: #141D26; }
html, .bg-indigo-50, .bg-green-50, .bg-white, #lang-select { background-color: #11131a; }
.border-blue-300, .border-gray-200, .border-gray-300, .border-gray-100, .divide-gray-200 > :not([hidden]) ~ :not([hidden]), .hover\:border-purple-400:hover, .md\:divide-y > :not([hidden]) ~ :not([hidden]) { border-color: #000; }
.text-gray-600, .text-gray-700, .text-gray-800, .text-gray-900, #lang-select, .text-gray-6004, .justify-between .justify-between .font-bold, .border-solid > div > h4, .bg-white > .mt-5, div.bg-white h3.font-bold.text-lg, div.bg-white p.w-3\/4.mt-3, .mt-3 .flex.justify-between { color: #8798A5; }
.bg-purple-100, .bg-blue-50, .bg-blue-100, .hover\:bg-gray-100:hover {background-color: #A9894F;}
.bg-red-100 {background-color: #BE1E2D;}
.bg-purple-100, .text-red-800, .text-blue-700, .text-blue-800, .text-green-800, .hover\:bg-gray-100:hover { color: #11131a; }
.bg-green-100 {background-color: #80C14B;}
.hover\:text-gray-700:hover, a { color: #fff; }
img[src="/images/logo-trimmed.png"] {filter:invert(40%)}
img[src="/images/spaces-logo2.jpeg"] {border-radius: 50%;}
.ring-1, .ring-2 {box-shadow: none;}
form[action="https://twitter.com/intent/tweet"] {display: none;}
img.border {border: none;}
.hidden.lg\:block.my-2 {display: initial;}
}