smaller design improvements

This commit is contained in:
weakmap@gmail.com
2022-12-20 13:39:25 +01:00
parent 8a5fbcdf71
commit af996d81c9
4 changed files with 4 additions and 3 deletions

View File

@@ -20,6 +20,7 @@ const { duringWorkingHoursOrNotSet } = require('./lib/utils');
require('./lib/api/api');
//assuming interval is always in minutes
const INTERVAL = config.interval * 60 * 1000;
/* eslint-disable no-console */

View File

@@ -7,7 +7,7 @@
width: 100%;
padding: 1rem 1rem;
background-color: #3f3e3ef5;
background-color: #595959f5;
color: #f1f1f1;
}
}

View File

@@ -2,5 +2,5 @@ body, html {
margin: 0;
height: 100%;
width: 100%;
background-color: #3f3e3ef5;
background-color: #595959f5;
}

View File

@@ -15,7 +15,7 @@
}
&__message{
background: #60c5df!important;
background: #8fe8ff!important;
}
}