Skip to content

Commit b9d4cc2

Browse files
committed
Fixing Styles
1 parent 84377f0 commit b9d4cc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Public/Styles/Style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body {
88
a {
99
color: #EEE;
1010
text-decoration: none;
11+
cursor: pointer;
1112
}
1213

1314
a:hover {
@@ -44,6 +45,9 @@ input:focus,textarea:focus {
4445
input:hover {
4546
color: #A00;
4647
}
48+
input[type=submit] {
49+
cursor: pointer;
50+
}
4751

4852
img {
4953
border: none;

0 commit comments

Comments
 (0)