From 0b02a4c75765292f9f425c3c6cf6976e037dbd86 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Wed, 7 Oct 2020 13:21:12 +0200 Subject: [PATCH] themes --- Library/_res/BDFDB.raw.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 9842e8411e..bd48e9d017 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -927,10 +927,10 @@ img:not([src]), img[src=""], img[src="null"] { } } .toast { - background-color: var(--background-primary); + background-color: #36393f; border-radius: 5px; box-shadow: var(--elevation-medium); - color: var(--header-primary); + color: #FFF; margin-top: 10px; padding: 10px; opacity: 1;