Skip to content

Commit 258833f

Browse files
committed
updated styles.js
1 parent 4744482 commit 258833f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

PD-462.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/main/resources/static/js/styles.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
let themeColors;
22
if (window.enableSearchFeature) {
33
themeColors = {
4-
'--h1-color': '#2196F3',
4+
'--h1-color': window.searchFeatureColor || '#4CAF50',
55
'--th-bg-color': '#2196F3',
66
'--a-color': '#2196F3',
77
'--tr-bg-color': '#c2e0fb',
8-
'--a-color': '#2196F3',
98
};
109
} else {
1110
themeColors = {
1211
'--h1-color': '#4CAF50',
1312
'--th-bg-color': '#4CAF50',
1413
'--a-color': '#4CAF50',
1514
'--tr-bg-color': '#fbfde3',
16-
'--button-color': '#4CAF50',
17-
'--button-hover-color': '#388E3C',
18-
'--a-color': '#4CAF50',
1915
};
2016
}
2117

0 commit comments

Comments
 (0)