Skip to content

Commit 404f489

Browse files
theme improvements
1 parent 889b433 commit 404f489

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/scss/_themes.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
--cui-color-orange: #f77f00;
409409
--cui-color-table-border: rgba(146, 154, 158, 0.8);
410410
--cui-color-card-shadow: rgba(207, 192, 192, 0.2);
411-
411+
--text-medium-emphasis: rgba(255, 255, 255, 0.6);
412412
// Core UI Impact theme variables.
413413
--cui-header-hover-color: var(--cyberdrain-light);
414414
--cui-header-active-color: var(--cyberdrain-accent-blue);
@@ -519,7 +519,9 @@
519519
overflow: hidden;
520520
z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
521521
}
522-
522+
.text-medium-emphasis {
523+
color: var(--text-medium-emphasis) !important;
524+
}
523525
.react-loading-skeleton::after {
524526
content: ' ';
525527
display: var(--pseudo-element-display);

0 commit comments

Comments
 (0)