Change theme

This commit is contained in:
nicolargo
2024-11-06 14:44:28 +01:00
parent e6e6b16aad
commit ce3f740a2f
4 changed files with 9 additions and 14 deletions

View File

@@ -18,7 +18,7 @@
@import "../node_modules/bootstrap/scss/functions";
// // 2. Include any default variable overrides here
$bg-color: black;
// $bg-color: black;
// // 3. Include remainder of required Bootstrap stylesheets (including any separate color mode stylesheets)
@import "../node_modules/bootstrap/scss/variables";

View File

@@ -2,31 +2,26 @@
$glances-bg: #000;
$glances-fg: #CCC;
$glances-link-hover-color: #57cb6a;
$glances-fonts: "Lucida Sans Typewriter","Lucida Console",Monaco,"Bitstream Vera Sans Mono",monospace;
$glances-fonts-size: 14px;
// Define colors and fonts
body {
background-color: $glances-bg;
// https://getbootstrap.com/docs/5.2/customize/css-variables/#root-variables
:root {
--bs-body-bg: $glances-bg;
--bs-body-color: $glances-fg;
--bs-link-hover-color: $glances-link-hover-color;
--bs-body-font-size: $glances-fonts-size;
}
#app {
background-color: $glances-bg;
color: $glances-fg;
font-family: $glances-fonts;
font-size: 14px;
}
#browser {
background-color: $glances-bg;
color: $glances-fg;
font-family: $glances-fonts;
font-size: 14px;
}
.table-sm > :not(caption) > * > * {
background-color: $glances-bg;
color: $glances-fg;
}
.title {

View File

Binary file not shown.

View File

Binary file not shown.