Modifies all text tagged with span.abnormal under the AthenaHealth EMR and adds a yellow background color. This aids colorblind people.
Athena - Hilight Abnormals in Yellow by whi7ed3vil
Details
Authorwhi7ed3vil
LicenseNo License
Categoryathenahealth.com
Created
Updated
Size322 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 athenanet.athenahealth.com - Nov 2023
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("athenanet.athenahealth.com") {
span.abnormal {
background-color:yellow;
}
}