Browse Source

add bullets

huai-sian 3 năm trước cách đây
mục cha
commit
8caf885be0
4 tập tin đã thay đổi với 22 bổ sung0 xóa
  1. BIN
      .DS_Store
  2. 13 0
      css/style.css
  3. 0 0
      css/style.css.map
  4. 9 0
      css/style.scss

BIN
.DS_Store


+ 13 - 0
css/style.css

@@ -2245,6 +2245,13 @@ body {
 
 #hhh-cases .relTag a {
   margin: 0 0 0.6rem 0.6rem;
+  -webkit-transition: all 300ms ease-in-out;
+  transition: all 300ms ease-in-out;
+}
+
+#hhh-cases .relTag a:hover {
+  color: #FFAC73;
+  border-color: #FFAC73;
 }
 
 #hhh-cases .relTag__items__title {
@@ -2427,6 +2434,12 @@ body {
   text-decoration: none;
   background-color: transparent;
   font-size: 0.75rem;
+  -webkit-transition: all 300ms ease-in-out;
+  transition: all 300ms ease-in-out;
+}
+
+#hhh-cases .vue-waterfall a:hover {
+  color: #FFAC73;
 }
 
 #hhh-cases .vue-waterfall .card-body {

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
css/style.css.map


+ 9 - 0
css/style.scss

@@ -1844,6 +1844,11 @@ body {
         padding: 1rem;
         a{
             margin: 0 0 0.6rem 0.6rem;
+            transition: all 300ms ease-in-out;
+            &:hover{
+                color: #FFAC73;
+                border-color: #FFAC73;
+            }
         }
     }
     .relTag__items__title{
@@ -1975,6 +1980,10 @@ body {
             text-decoration: none;
             background-color: transparent;
             font-size: 0.75rem;
+            transition: all 300ms ease-in-out;
+            &:hover{
+                color: #FFAC73;
+            }
         }
         .card-body {
             padding: 0.5rem 0.5rem 0.5rem 0;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác