From 603807325caef32bb3d9f425ff366f88b1462188 Mon Sep 17 00:00:00 2001 From: topaLE <63888024+topa-LE@users.noreply.github.com> Date: Fri, 9 Oct 2020 22:15:16 +0200 Subject: [PATCH] added custom.css --- css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/custom.css b/css/custom.css index 4ef9270..2c65830 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2347,3 +2347,9 @@ background-color : #f3e2d1; color : #fff; background-color : #0c121b; } +.choice-block span { +background : #3e5773; +} +.choice-block .selected.no { +background-color : #615e55; +}