From 4ff618e73fd9659abfc341327e194bc991fcf738 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 13 Sep 2021 09:57:53 -0400 Subject: [PATCH] axios: changed background-color --- axios/src/style/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axios/src/style/main.less b/axios/src/style/main.less index af82fe0..1696111 100644 --- a/axios/src/style/main.less +++ b/axios/src/style/main.less @@ -1,5 +1,5 @@ @import "header.less"; -@color: #f5adad; +@color: #e3000f; body { background-color: @color; }