From 0888cdf4f5873b82a0d9886f296424726380ffd3 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 22 Aug 2020 19:55:52 +0300 Subject: [PATCH] changed background imageless color --- static/style.css.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css.h b/static/style.css.h index 344267d..c37faa6 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -1,6 +1,6 @@ #define HASH(x) x -#define C_PAGEBG #404a68 +#define C_PAGEBG #221f31 #define C_HEADERBG #221f31 #define C_HEADERBGHALF rgba(34,31,49,0.5) #define C_BODYBG #fefefe