style update

This commit is contained in:
root
2021-08-09 23:24:09 +08:00
parent 2aa98c4f17
commit 7482d0a1ae
10 changed files with 29 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ function getDateDaysBefore(daysAgo) {
return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000;
}
let primaryColor = "#2E324C";
let primaryColor = "#304156";
// ======Vue start
let headerVue = "";