Adding a dark mode for Ring Dashboard
Ring Dashboard - Dark Mode by Devolv
Details
AuthorDevolv
LicenseNo License
Categoryaccount.ring.com
Created
Updated
Size492 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 Ring Dashboard - Dark Mode
@version 20240422.17.48
@namespace https://userstyles.world/user/devolv
@description Adding a dark mode for Ring Dashboard
@author devolv
==/UserStyle== */
@-moz-document domain("account.ring.com") {
body {
--surface-base:#0A0A0A !important;
--backgroundDeep: #1e1e1e !important;
--surfaceBase: #0A0A0A;
--contentBase: #efefef;
--tertiaryBorder: #222;
}
img[class^="styled__IconImage"] {filter:invert(1)!important;}
}