We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889b433 commit 404f489Copy full SHA for 404f489
src/scss/_themes.scss
@@ -408,7 +408,7 @@
408
--cui-color-orange: #f77f00;
409
--cui-color-table-border: rgba(146, 154, 158, 0.8);
410
--cui-color-card-shadow: rgba(207, 192, 192, 0.2);
411
-
+ --text-medium-emphasis: rgba(255, 255, 255, 0.6);
412
// Core UI Impact theme variables.
413
--cui-header-hover-color: var(--cyberdrain-light);
414
--cui-header-active-color: var(--cyberdrain-accent-blue);
@@ -519,7 +519,9 @@
519
overflow: hidden;
520
z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
521
}
522
+ .text-medium-emphasis {
523
+ color: var(--text-medium-emphasis) !important;
524
+ }
525
.react-loading-skeleton::after {
526
content: ' ';
527
display: var(--pseudo-element-display);
0 commit comments