From 6ccd348d267cc5c5e234aeedaae70fd97c2bc376 Mon Sep 17 00:00:00 2001 From: sorata <136738526+brishtibheja@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:42:22 +0530 Subject: [PATCH] add night-mode --- rslib/src/notetype/styling.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rslib/src/notetype/styling.css b/rslib/src/notetype/styling.css index b14c63653..f859629fe 100644 --- a/rslib/src/notetype/styling.css +++ b/rslib/src/notetype/styling.css @@ -6,3 +6,7 @@ color: black; background-color: white; } + +.night-mode .card { + color: white; +}