From 15ed6285adfb1ab30ee721a4085e837724eb86d6 Mon Sep 17 00:00:00 2001 From: TeaByte <100817706+TeaByte@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:25:06 +0300 Subject: [PATCH] fixing ( Unexpected '/' ) --- static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles.css b/static/styles.css index 85230b4..24dca61 100644 --- a/static/styles.css +++ b/static/styles.css @@ -4,7 +4,7 @@ body, .markdown-body { font-family: 'Cairo', sans-serif !important; -} */ +} body .markdown-body { background-color: inherit !important; @@ -31,4 +31,4 @@ body .markdown-body { pre { direction: ltr !important; -} \ No newline at end of file +}