Skip to content

Commit

Permalink
theme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Aug 15, 2023
1 parent 889b433 commit 404f489
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/scss/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@
--cui-color-orange: #f77f00;
--cui-color-table-border: rgba(146, 154, 158, 0.8);
--cui-color-card-shadow: rgba(207, 192, 192, 0.2);

--text-medium-emphasis: rgba(255, 255, 255, 0.6);
// Core UI Impact theme variables.
--cui-header-hover-color: var(--cyberdrain-light);
--cui-header-active-color: var(--cyberdrain-accent-blue);
Expand Down Expand Up @@ -519,7 +519,9 @@
overflow: hidden;
z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
}

.text-medium-emphasis {
color: var(--text-medium-emphasis) !important;
}
.react-loading-skeleton::after {
content: ' ';
display: var(--pseudo-element-display);
Expand Down

0 comments on commit 404f489

Please sign in to comment.