From 5a7978fcedc2092186db7753ca715a3072c18010 Mon Sep 17 00:00:00 2001 From: SpiritsOfMayhem Date: Wed, 13 Oct 2021 11:56:17 +0000 Subject: [PATCH] #5 :lipstick: Added Darkmode CSS for dialog --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index eb1b6d8..b87f27b 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,10 @@ body { color: white; } +.modal--dark-mode { + background-color: #222222; + color: white; +} #raplalinkcontainer { height: 100vh;