Skip to content

Commit

Permalink
Change color scheme to light
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Jul 3, 2024
1 parent e876eb6 commit a500557
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/js/widgetv2/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lhc_web/design/defaulttheme/widget/wrapper/dist/index.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class _helperFunctions {
"-moz-opacity : " + (params.opacity ? params.opacity : "1") + " !important; ",
"-khtml-opacity : " + (params.opacity ? params.opacity : "1") + " !important; ",
"top : " + (params.top ? params.top : "auto") + "; ",
"color-scheme : auto; ",
"color-scheme : light; ",
"right : " + (params.right ? params.right : "auto") + "; ",
"bottom : " + (params.bottom ? params.bottom : "auto") + "; ",
"left : " + (params.left ? params.left : "auto") + "; ",
Expand Down

0 comments on commit a500557

Please sign in to comment.