mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 09:11:38 +00:00
💖整体更新
This commit is contained in:
@ -130,7 +130,7 @@ js_minifier:
|
||||
- '*.min.js'
|
||||
|
||||
image_minifier:
|
||||
enable: false
|
||||
enable: true
|
||||
interlaced: false
|
||||
multipass: false
|
||||
optimizationLevel: 2
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
4
themes/fluid/source/css/_pages/_custom/custom.styl
Normal file
4
themes/fluid/source/css/_pages/_custom/custom.styl
Normal file
@ -0,0 +1,4 @@
|
||||
img
|
||||
max-width: 90%
|
||||
margin: 1.5rem auto
|
||||
display: block
|
@ -4,4 +4,5 @@
|
||||
@import "_archive/archive"
|
||||
@import "_about/about"
|
||||
@import "_category/*"
|
||||
@import "_tag/*"
|
||||
@import "_tag/*"
|
||||
@import "_custom/*"
|
Reference in New Issue
Block a user