Skip to content

Commit 1ad90ff

Browse files
authored
Update btn.css
1 parent c0caff9 commit 1ad90ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

btn.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.styled {
1+
.btn {
22
border: 0;
33
line-height: 2.5;
44
padding: 0 20px;
@@ -19,11 +19,11 @@
1919
inset -2px -2px 3px rgba(0, 0, 0, 0.6);
2020
}
2121

22-
.styled:hover {
22+
.btn:hover {
2323
background-color: rgba(255, 0, 0, 1);
2424
}
2525

26-
.styled:active {
26+
.btn:active {
2727
box-shadow:
2828
inset -2px -2px 3px rgba(255, 255, 255, 0.6),
2929
inset 2px 2px 3px rgba(0, 0, 0, 0.6);

0 commit comments

Comments
 (0)