mirror of https://github.com/lxndrblz/anatole.git

morandan
23.04.2021 02d4ee6e43601f23620744073c16a276f5c8f15c
Cloudflare Minification Issue

Resolves a Cloudflare minification caused by the box-shadow property.
2 files modified
4 ■■■■ changed files
assets/css/style.css 2 ●●● patch | view | raw | blame | history
assets/css/style.rtl.css 2 ●●● patch | view | raw | blame | history
assets/css/style.css
@@ -527,7 +527,7 @@
.post .post-thumbnail {
    width: 100%;
    padding-bottom: 1em;
    box-shadow: #000000;
    box-shadow: #000;
    border-radius: 0.5em;
    overflow: hidden;
    transition: box-shadow .3s ease;
assets/css/style.rtl.css
@@ -526,7 +526,7 @@
.post .post-thumbnail {
    width: 100%;
    padding-bottom: 1em;
    box-shadow: #000000;
    box-shadow: #000;
    border-radius: 0.5em;
    overflow: hidden;
    transition: box-shadow .3s ease;