Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 1, 2024
1 parent a05c2b6 commit 4dc9f8a
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1236,31 +1236,38 @@ table.alt tfoot {
rgba(31, 34, 36, 0) 10em,
rgba(31, 34, 36, 0)
),
-moz-linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0)
10em, rgba(31, 34, 36, 0));
-moz-linear-gradient(
to right,
rgba(31, 34, 36, 0.35),
rgba(31, 34, 36, 0) 10em,
rgba(31, 34, 36, 0)
);
background-image:
-webkit-linear-gradient(
to left,
rgba(31, 34, 36, 0.35),
rgba(31, 34, 36, 0) 10em,
rgba(31, 34, 36, 0)
),
-webkit-linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(
31,
34,
36,
0
)
10em, rgba(31, 34, 36, 0));
-webkit-linear-gradient(
to right,
rgba(31, 34, 36, 0.35),
rgba(31, 34, 36, 0) 10em,
rgba(31, 34, 36, 0)
);
background-image:
-ms-linear-gradient(
to left,
rgba(31, 34, 36, 0.35),
rgba(31, 34, 36, 0) 10em,
rgba(31, 34, 36, 0)
),
-ms-linear-gradient(to right, rgba(31, 34, 36, 0.35), rgba(31, 34, 36, 0)
10em, rgba(31, 34, 36, 0));
-ms-linear-gradient(
to right,
rgba(31, 34, 36, 0.35),
rgba(31, 34, 36, 0) 10em,
rgba(31, 34, 36, 0)
);
background-image: linear-gradient(
to left,
rgba(31, 34, 36, 0.35),
Expand Down

0 comments on commit 4dc9f8a

Please sign in to comment.