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 4744482 commit 258833fCopy full SHA for 258833f
PD-462.txt
src/main/resources/static/js/styles.js
@@ -1,21 +1,17 @@
1
let themeColors;
2
if (window.enableSearchFeature) {
3
themeColors = {
4
- '--h1-color': '#2196F3',
+ '--h1-color': window.searchFeatureColor || '#4CAF50',
5
'--th-bg-color': '#2196F3',
6
'--a-color': '#2196F3',
7
'--tr-bg-color': '#c2e0fb',
8
- '--a-color': '#2196F3',
9
};
10
} else {
11
12
'--h1-color': '#4CAF50',
13
'--th-bg-color': '#4CAF50',
14
'--a-color': '#4CAF50',
15
'--tr-bg-color': '#fbfde3',
16
- '--button-color': '#4CAF50',
17
- '--button-hover-color': '#388E3C',
18
- '--a-color': '#4CAF50',
19
20
}
21
0 commit comments