Turns the graph on the main Robinhood homepage a dark blue
Dark Blue Graph | Robinhood by thethomaswgeorge
Details
Authorthethomaswgeorge
LicenseNo License
Categoryrobinhood
Created
Updated
Size675 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 Dark Blue Graph | Robinhood
@version 20210901.21.38
@namespace userstyles.world/user/thethomaswgeorge
@description Turns the graph on the main Robinhood homepage a dark blue
@author thethomaswgeorge
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://robinhood.com/") {
* {
--rh__primary-base: #0984e3;
--rh__primary-lightest-textOverlay: #0984e3;
--rh__primary-hover: #0984e3;
--rh__primary-pressed: #0984e3;
--rh__semantic-success-base: #0984e3;
--rh__primary-light-textOverlay: #0984e3;
--rh-LEGACY__primary-color-hover: #0984e3;
--rh__primary-light-base: #0984e3;
}
}