From 09d501686c926451edde60235b7f4cf46a56b736 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 11 Apr 2023 19:06:45 +1100 Subject: [PATCH] fix: target='_new' for hrefs --- src/thsf/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index d40d5d8..40c3a1e 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -11,5 +11,5 @@ body { align-items: center; align-content: center; text-align: center; - background-color: yellow; + /* background-color: yellow; */ }