From af1a02a2d080811fc5f902ad9fe8a0c78c42e5e9 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 12 Jun 2023 10:19:22 +0200 Subject: [PATCH] darkmode --- src/templates/index.ejs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/templates/index.ejs b/src/templates/index.ejs index b0f3e64..da53e55 100644 --- a/src/templates/index.ejs +++ b/src/templates/index.ejs @@ -8,7 +8,8 @@ body { font-family: 'Roboto', sans-serif; font-size: 16px; - background-color: #f5f5f5; + color: #fff; + background-color: #0d131e; } .selector { @@ -32,6 +33,7 @@ width: 90%; resize: none; overflow-y: hidden; + background-color: #172336; }