|
@@ -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 {
|