From f42bd1095e40f6c9cdd9af6c9054130ad17aa673 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 29 May 2022 13:31:20 +0300 Subject: [PATCH] fix for RGB color in toki pona stylesheet --- static/tokipona/xstyle.css.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/tokipona/xstyle.css.h b/static/tokipona/xstyle.css.h index eb4c962..87b20e1 100644 --- a/static/tokipona/xstyle.css.h +++ b/static/tokipona/xstyle.css.h @@ -20,7 +20,7 @@ } .header_text { - background: rgba(245,238,155,0.75); + background: rgba(255,236,39,0.75); } }