From 6d6db0b0d5a2ac33f64f6d59fcee10cdb6e313af Mon Sep 17 00:00:00 2001 From: justine Date: Sun, 20 Mar 2022 20:57:36 +0100 Subject: [PATCH] Corrected light theme --- src/static/styles/0-dracula.css | 2 -- src/static/styles/1-light.css | 10 ++++------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/static/styles/0-dracula.css b/src/static/styles/0-dracula.css index 164ee35..6acf0e8 100644 --- a/src/static/styles/0-dracula.css +++ b/src/static/styles/0-dracula.css @@ -127,7 +127,6 @@ a { */ .text { - font-family: 'Noto Sans'; width: 100%; background: #44475a; color: #f8f8f2; @@ -141,7 +140,6 @@ a { } .title { - font-family: 'Noto Sans'; width: 100%; background: #44475a; color: #f8f8f2; diff --git a/src/static/styles/1-light.css b/src/static/styles/1-light.css index 06e9607..917aa54 100644 --- a/src/static/styles/1-light.css +++ b/src/static/styles/1-light.css @@ -128,10 +128,9 @@ a { */ .text { - font-family: 'Noto Sans'; width: 100%; - background: #44475a; - color: #f8f8f2; + background: #fdf6e3; + color: #657b83; border-radius: 5px; border-style: none; outline: none; @@ -142,10 +141,9 @@ a { } .title { - font-family: 'Noto Sans'; width: 100%; - background: #44475a; - color: #f8f8f2; + background: #fdf6e3; + color: #657b83; border-radius: 5px; border-style: none; outline: none;