axios: changed background-color

This commit is contained in:
Begerad, Stefan 2021-09-13 09:57:53 -04:00 committed by Begerad, Stefan
parent 8735357542
commit 4ff618e73f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
@import "header.less";
@color: #f5adad;
@color: #e3000f;
body {
background-color: @color;
}