Skip to content

Commit cdc749f

Browse files
authored
[change:ui] Moved theme colors in CSS to variables #487
Closes #487
1 parent 79311f3 commit cdc749f

File tree

4 files changed

+324
-131
lines changed

4 files changed

+324
-131
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.ow-help-text {
2-
background-color: #ffe5e5;
2+
background-color: var(--ow-stacked-inline-helptext-bg);
33
padding: 5px 10px;
44
font-size: 15px;
55
font-weight: bolder;
@@ -9,5 +9,5 @@
99
min-width: 30px;
1010
}
1111
.ow-help-text a {
12-
color: #df5d43;
12+
color: var(--ow-color-primary);
1313
}

0 commit comments

Comments
 (0)