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

Ayrton Ricardo
08.09.2021 e6bd017149455f7d01eaf060787e970ded89dd25
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;