Turns Icons Red and Yellow
Onshape Red and Yellow by Potatoman2134
Details
AuthorPotatoman2134
LicenseNo License
Categorycad.onshape.com
Created
Updated
Size588 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 Onshape Red and Yellow
@version 20240626.23.39
@namespace https://userstyles.world/user/Potaoman2134
@description Turns Icons Red and Yellow
@author Potaoman2134
==/UserStyle== */
@-moz-document url-prefix("https://cad.onshape.com/") {
.os-svg-icon {
filter: grayscale(100%) invert(6%) brightness(65%) contrast(1000%) sepia(99%) saturate(10000%) hue-rotate(30deg) contrast(100%) brightness(100%) !important;
}
.os-panel-selector-button {
border-color: transparent !important;
}
.os-form-field-container {
filter: invert(1);
}
}