From e6f4159e538635b01a6ea8606dd223794baefbbb Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 21 Jan 2019 09:06:27 +0100 Subject: [PATCH] Fixed dark theme issues --- assets/css/dark_theme.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/assets/css/dark_theme.css b/assets/css/dark_theme.css index c412661a..d6ea53b8 100644 --- a/assets/css/dark_theme.css +++ b/assets/css/dark_theme.css @@ -58,6 +58,14 @@ p, h1, h2, h3, h4, h5, h6 { } +/** + * Callouts + */ +.callout.callout-info { + background-color: var(--black-5) !important; +} + + /** * Forms */ @@ -556,4 +564,11 @@ img[src$="groups_logo/default.png"] { */ .friends-list-ro .friend a:hover .friends-name { color: var(--black4); +} + +/** +* Account created page +*/ +.page_account_created .message_container .message { + background-color: var(--black5); } \ No newline at end of file