Rails Administrate Admin Dashboard Dark Mode
Rails Administrate by rajdeepbhatia
Details
Authorrajdeepbhatia
LicenseNo License
CategoryAdministrate
Created
Updated
Size458 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 Rails Administrate
@version 20211102.03.00
@namespace userstyles.world/user/rajdeepbhatia
@description Rails Administrate Admin Dashboard Dark Mode
@author rajdeepbhatia
@license No License
==/UserStyle== */
@-moz-document domain("mekari.com") {
html {
filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
background: white;
}
body {
background: white;
}
}