Skip to content

Commit e06aaec

Browse files
committed
Update redirect.html
1 parent 6cd1dc8 commit e06aaec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

redirect.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,24 @@
7070
background: hsl(223deg 88% 52%);
7171
color: #fff;
7272
margin: 0 auto;
73+
transition: .18s var(--ease-function);
74+
transition-property: background, color;
75+
}
76+
77+
.button:hover {
78+
background: hsl(223deg 85% 54%);
79+
transition: none;
80+
}
81+
82+
.button:active {
83+
color: rgba(255,255,255,0.25);
84+
background: hsla(223deg 88% 52% / 50%) !important;
85+
transition: none;
86+
}
87+
88+
89+
body {
90+
--ease-function: cubic-bezier(0.32, 0.08, 0.24, 1);
7391
}
7492

7593
</style>

0 commit comments

Comments
 (0)