💖整体更新

This commit is contained in:
DefectingCat
2020-02-28 12:33:09 +08:00
parent 91123c74d3
commit 9c342f48e3
5 changed files with 17 additions and 6 deletions

View File

@ -130,7 +130,7 @@ js_minifier:
- '*.min.js'
image_minifier:
enable: false
enable: true
interlaced: false
multipass: false
optimizationLevel: 2

View File

@ -1,11 +1,14 @@
// Custom styles
//
.post-content img
img
// max-width: 90%;
// margin: 1.5rem auto;
// display: block;
border-radius 0.8rem
transition all .5s
-webkit-transition all .5
-ms-transition all .5
.post-content img:hover
img:hover
transition: all 0.5s
-webkit-transition: all 0.5s
-ms-transition: all 0.5s

View File

@ -1,11 +1,14 @@
// Custom styles
//
.post-content img
img
// max-width: 90%;
// margin: 1.5rem auto;
// display: block;
border-radius 0.8rem
transition all .5s
-webkit-transition all .5
-ms-transition all .5
.post-content img:hover
img:hover
transition: all 0.5s
-webkit-transition: all 0.5s
-ms-transition: all 0.5s

View File

@ -0,0 +1,4 @@
img
max-width: 90%
margin: 1.5rem auto
display: block

View File

@ -4,4 +4,5 @@
@import "_archive/archive"
@import "_about/about"
@import "_category/*"
@import "_tag/*"
@import "_tag/*"
@import "_custom/*"