浏览代码

img green hover

Kévin Tessier 5 年之前
父节点
当前提交
86273530e4

+ 1 - 1
logs/popularity/daily.json

@@ -1 +1 @@
-{"01-08-2018":19,"02-08-2018":424,"20-08-2018":102}
+{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":37}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"08-2018":545}
+{"08-2018":592}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":234,"\/projets":99,"\/news":79,"\/a-propros":11,"\/projets-n-1":1,"\/projets\/projets-n-1":113,"\/projets\/projet-n-2":8}
+{"\/":276,"\/projets":99,"\/news":81,"\/a-propros":13,"\/projets-n-1":1,"\/projets\/projets-n-1":114,"\/projets\/projet-n-2":8}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534769688}
+{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1534843289}

文件差异内容过多而无法显示
+ 4 - 2
user/themes/hehe/css-compiled/template.css


文件差异内容过多而无法显示
+ 0 - 0
user/themes/hehe/css-compiled/template.min.css


+ 9 - 5
user/themes/hehe/scss/template/_section.scss

@@ -5,11 +5,15 @@
     .card{
       position: relative;
       width: calc(100% / 3);
-      .card-image:hover{
-        transition: all 1s;
-        mix-blend-mode: multiply;
-        filter: contrast(10) grayscale(1);
-        opacity: .95;
+      .card-image{
+        background-color: rgb(0, 255, 0);
+          img{
+            transition: all .6s;
+            mix-blend-mode: multiply;
+            // filter: contrast(10) grayscale(1);
+            opacity: .95;
+
+        }
       }
       .card-title{
         position: absolute;

+ 1 - 0
user/themes/hehe/scss/template/_typography.scss

@@ -8,6 +8,7 @@ h1{
 h2{
   a{
     font-family:$roboto_medium;
+    color: white;
     font-size:1.5rem;
   }
 }

部分文件因为文件数量过多而无法显示