Skip to content

Commit 5653ea6

Browse files
Added styles for sponsor and ghost buttons
1 parent 69e5ada commit 5653ea6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,6 +1258,20 @@
12581258
font-size: 12px;
12591259
}
12601260
}
1261+
1262+
.btn-ghost:hover {
1263+
background: rgba(255, 255, 255, 0.1);
1264+
}
1265+
1266+
.btn-sponsor {
1267+
color: #ffffff;
1268+
background: linear-gradient(135deg, #ea4aaa, #db2777);
1269+
box-shadow: 0 18px 45px rgba(234, 74, 170, 0.28);
1270+
}
1271+
1272+
.btn-sponsor:hover {
1273+
box-shadow: 0 20px 55px rgba(234, 74, 170, 0.42);
1274+
}
12611275
</style>
12621276
</head>
12631277

0 commit comments

Comments
 (0)