Skip to content

Commit 38509ac

Browse files
committed
fix(Sponsors): adjust hover background color for better contrast
1 parent 81372f2 commit 38509ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Sponsors/Sponsors.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Sponsors = () => (
1111
<div className="absolute h-full w-[250px] ml-[-250px] mr-2.5">
1212
<div className="sticky hidden xl:flex flex-wrap justify-center items-start border-r-2 border-gray-200 my-6 px-6 pb-12 overflow-hidden bg-white dark:bg-gray-900 transition-colors duration-200 top-24">
1313
{/* AG Grid */}
14-
<div className="bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-200 dark:hover:bg-gray-700 hover:scale-105">
14+
<div className="bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-100 dark:hover:bg-gray-700 hover:scale-105">
1515
<Link to="https://www.ag-grid.com/?utm_source=webpack&utm_medium=banner&utm_campaign=sponsorship">
1616
{/* Light mode */}
1717
<img
@@ -34,7 +34,7 @@ const Sponsors = () => (
3434
</div>
3535

3636
{/* AG Charts */}
37-
<div className="bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-200 dark:hover:bg-gray-700 hover:scale-105">
37+
<div className="bg-white dark:bg-gray-800 shadow-lg rounded-lg m-2 transition-transform duration-200 hover:bg-gray-100 dark:hover:bg-gray-700 hover:scale-105">
3838
<Link to="https://charts.ag-grid.com/?utm_source=webpack&utm_medium=banner&utm_campaign=sponsorship">
3939
{/* Light mode */}
4040
<img

0 commit comments

Comments
 (0)