Skip to content

Commit

Permalink
Update h1 color in styles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Mar 21, 2024
1 parent 19372d2 commit f910f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/styles.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let themeColors;
if (window.enableSearchFeature) {
themeColors = {
'--h1-color': '#2196F3',
'--h1-color': window.searchFeatureColor || '#4CAF50',
'--th-bg-color': '#2196F3',
'--a-color': '#2196F3',
'--tr-bg-color': '#c2e0fb',
Expand Down

0 comments on commit f910f4b

Please sign in to comment.