Browse Source

a add hover style

andy 3 years ago
parent
commit
47ea0ff411
4 changed files with 22 additions and 0 deletions
  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

@@ -2162,6 +2162,13 @@ body {
 
 
 #hhh-cases .relTag a {
 #hhh-cases .relTag a {
   margin: 0 0 0.6rem 0.6rem;
   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 {
 #hhh-cases .relTag__items__title {
@@ -2344,6 +2351,12 @@ body {
   text-decoration: none;
   text-decoration: none;
   background-color: transparent;
   background-color: transparent;
   font-size: 0.75rem;
   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 {
 #hhh-cases .vue-waterfall .card-body {

File diff suppressed because it is too large
+ 0 - 0
css/style.css.map


+ 9 - 0
css/style.scss

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

Some files were not shown because too many files changed in this diff