Skip to content

Commit

Permalink
Updae theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 9, 2024
1 parent a3341b1 commit f980608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions glances/outputs/static/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ $glances-fonts-size: 14px;

// Define colors and fonts

// https://getbootstrap.com/docs/5.2/customize/css-variables/#root-variables
:root {
// https://getbootstrap.com/docs/5.3/customize/css-variables/#root-variables
:root,[data-bs-theme=dark] {
--bs-body-bg: $glances-bg;
--bs-body-color: $glances-fg;
--bs-body-font-size: $glances-fonts-size;
Expand Down
2 changes: 1 addition & 1 deletion glances/outputs/static/public/browser.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion glances/outputs/static/public/glances.js

Large diffs are not rendered by default.

0 comments on commit f980608

Please sign in to comment.