Fix cloudflare minification (#197)
* Change color 'black' to hex '#000000'
* Remove spaces from comment section
* Remove double semicolon
Co-authored-by: Alexander Bilz <mail@alexbilz.com>
| | |
| | | |
| | | 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); |
| | |
| | | .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; |
| | |
| | | |
| | | 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); |
| | |
| | | .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; |
| | |
| | | /*! medium-zoom 1.0.5 | MIT License | https://github.com/francoischalifour/medium-zoom */ |
| | | /*!medium-zoom 1.0.5 | MIT License | https://github.com/francoischalifour/medium-zoom*/ |
| | | (function (global, factory) { |
| | | typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : (global = global || self, |
| | | global.mediumZoom = factory()); |