This commit is contained in:
Norm Rasmussen
2023-03-24 15:59:46 -04:00
parent a3660527c7
commit 5f971353ec
35 changed files with 3291 additions and 12 deletions

View File

@ -0,0 +1,38 @@
/*
Put your custom overlay styles in here
You can use your northpass color palette in this file
{{ color_palette.button_font_color }}
{{ color_palette.button_color }}
{{ color_palette.button_hover_color }}
{{ color_palette.header_font_color }}
{{ color_palette.header_font_hover_color }}
{{ color_palette.header_color }}
*/
.red-bar{
background: red;
}
.red-text,
.red-status{
color: red;
}
.yellow-bar{
background: yellow;
}
.yellow-text,
.yellow-status{
color: yellow;
}
.green-bar{
background: green;
}
.green-text,
.green-status{
color: green;
}