SyuanYu 2 år sedan
förälder
incheckning
e4a858c483
3 ändrade filer med 6 tillägg och 4 borttagningar
  1. 3 2
      hhh_index/css/style.css
  2. 0 0
      hhh_index/css/style.css.map
  3. 3 2
      hhh_index/css/style.scss

+ 3 - 2
hhh_index/css/style.css

@@ -2696,7 +2696,6 @@ iframe {
 .index-content .top-card a:hover,
 .index-content .center-card a:hover {
   color: #fff;
-  text-shadow: 1px 2px 4px rgb(188, 84, 6);
   background-color: transparent !important;
 }
 .index-content .top-card a:hover span,
@@ -2705,6 +2704,9 @@ iframe {
   height: 500%;
 }
 
+.top-card a:hover {
+  text-shadow: 1px 2px 4px rgb(188, 84, 6);
+}
 .top-card a span {
   background-color: var(--sub-color);
 }
@@ -2726,7 +2728,6 @@ iframe {
 }
 .top-card .bag-btn section img {
   width: 15px;
-  text-shadow: 1px 2px 4px rgb(188, 84, 6);
   top: -10px;
   left: -2px;
   position: absolute;

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
hhh_index/css/style.css.map


+ 3 - 2
hhh_index/css/style.scss

@@ -3363,7 +3363,6 @@ iframe {
 
       &:hover {
         color: #fff;
-        text-shadow: 1px 2px 4px rgb(188 84 6);
         background-color: transparent !important;
 
         span {
@@ -3378,6 +3377,9 @@ iframe {
 
 .top-card {
   a {
+    &:hover {
+      text-shadow: 1px 2px 4px rgb(188 84 6);
+    }
     span {
       // background-color: #f5d2b7;
       background-color: var(--sub-color);
@@ -3407,7 +3409,6 @@ iframe {
 
       img {
         width: 15px;
-        text-shadow: 1px 2px 4px rgb(188, 84, 6);
         top: -10px;
         left: -2px;
         position: absolute;

Vissa filer visades inte eftersom för många filer har ändrats