From e6bd017149455f7d01eaf060787e970ded89dd25 Mon Sep 17 00:00:00 2001
From: Ayrton Ricardo <ayrtonricardo@hotmail.com>
Date: Sat, 08 May 2021 17:09:03 +0000
Subject: [PATCH] Fix cloudflare minification (#197)
---
assets/css/style.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/css/style.css b/assets/css/style.css
index 8b4c215..56e28bf 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -28,7 +28,7 @@
html[data-theme='dark'] {
--bg-color: #010408;
- --secondary-bg-color: rgb(56, 56, 56);;
+ --secondary-bg-color: rgb(56, 56, 56);
--heading-color: #c9d1d9;
--body-color: rgb(169, 169, 179);
--post-color: rgba(0, 0, 0, 0.44);
@@ -526,7 +526,7 @@
.post .post-thumbnail {
width: 100%;
padding-bottom: 1em;
- box-shadow: black;
+ box-shadow: #000000;
border-radius: 0.5em;
overflow: hidden;
transition: box-shadow .3s ease;
--
Gitblit v1.10.0