From 87d70cf685dad800e392069af45b7debe9818369 Mon Sep 17 00:00:00 2001 From: Doge Date: Mon, 10 May 2021 01:25:52 +0800 Subject: Change default darkmode for card ele --- source/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source') diff --git a/source/css/style.css b/source/css/style.css index 73dd579..8387d17 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -8,6 +8,7 @@ pre { } .card { box-shadow: none !important; + background-color: #121212!important; } } @@ -19,7 +20,7 @@ pre { padding-top: 0px !important; } .post-card { - margin: 0 0 0 0 !important; + margin: 0 0 0 0 !important; } } -- cgit v1.2.3