Skip to content

Commit

Permalink
[talk] - UI
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 18, 2022
1 parent 5834a9e commit 2d9015e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
--settings-link-h-cl: #fff;
--actions-bg: rgba(0, 0, 0, 0.5);
--actions-btn-cl: #fff;
--actions-btn-h-bg: rgba(0, 0, 0, 0.8);
--actions-btn-h-bg: rgba(9, 9, 9, 0.8);
--actions-btn-h-cl: #fff;
--actions-btn-a-bg: #0a0a0a;
*/
Expand Down
2 changes: 1 addition & 1 deletion www/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const setDarkTheme = () => {
setStyle("--settings-link-h-cl", "#fff");
setStyle("--actions-bg", "rgba(0, 0, 0, 0.5)");
setStyle("--actions-btn-cl", "#fff");
setStyle("--actions-btn-h-bg", "rgba(0, 0, 0, 0.8)");
setStyle("--actions-btn-h-bg", "rgba(9, 9, 9, 0.8)");
setStyle("--actions-btn-h-cl", "#fff");
setStyle("--actions-btn-a-bg", "#0a0a0a");
}
Expand Down

0 comments on commit 2d9015e

Please sign in to comment.