style update
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user