Last active
April 7, 2021 15:06
-
-
Save Varstahl/47a6812a28a20a40ac4e07cd04f367d7 to your computer and use it in GitHub Desktop.
Apes like primary colors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name OptionSonar Puts/Calls recolour | |
@namespace https://gist.github.com/Varstahl/47a6812a28a20a40ac4e07cd04f367d7/raw/optionsonar-grstack.user.css | |
@version 0.1.2 | |
@description Green/Red Option Stacks | |
@license BSD-2-Clause | |
@author Varstahl | |
==/UserStyle== */ | |
@-moz-document url-prefix("https://www.optionsonar.com/unusual-option-activity/") { | |
.recharts-legend-item path, [id^=PutCallVolume] g.recharts-bar g.recharts-bar-rectangle path { | |
fill: #c60c30 !important; | |
} | |
.recharts-legend-item + .recharts-legend-item path, [id^=PutCallVolume] g.recharts-bar + g.recharts-bar g.recharts-bar-rectangle path { | |
fill: #2e8b57 !important; | |
} | |
.recharts-tooltip-item { | |
color: #c60c30 !important; | |
} | |
.recharts-tooltip-item + .recharts-tooltip-item { | |
color: #2e8b57 !important; | |
} | |
.btn-put { | |
background-color: #ff6e89 !important; | |
box-shadow: inset 1px 9px 15px 5px #c60c30 !important; | |
} | |
.btn-call { | |
background-color: #17cf69 !important; | |
box-shadow: inset 1px 9px 15px 5px #2e8b57 !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OptionSonar Puts/Calls recolouring