Custom CSS highlighting important text with orange. For use with HaloPSA dark theme, orange flavor.
MSR Halo by MSR-XDC
Details
AuthorMSR-XDC
LicenseNo License
Category*.HaloPSA.com
Created
Updated
Size664 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 MSR Halo
@version 20230822.08.38
@namespace userstyles.world/user/MSR-XDC
@description Custom CSS highlighting important text with orange. For use with HaloPSA dark theme, orange flavor.
@author MSR-XDC
@license No License
==/UserStyle== */
@-moz-document domain(xdcgruppen.halopsa.com) {
.outcome {
color: darkorange
}
.theme-dark .action-history-item .detailsholder .text,
.theme-dark .action-history-item .detailsholder {
color: Orange;
}
.report-table .tbody {
color: Orange;
}
}
@-moz-document domain("userstyles.world") {
* {
color: crimson;
}
}