File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < title > Nils Streedain </ title >
4
+ < title > duo-bypass </ title >
5
5
< link rel ="preload " href ="resources/typeface.woff2 " as ="font " type ="font/woff2 " crossorigin >
6
6
< link rel ="stylesheet " href ="main.css ">
7
7
< script type ="application/javascript " src ="resources/qrcode.min.js " defer > </ script >
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ nav a {
43
43
color : var (--dGray );
44
44
}
45
45
46
+ nav a : hover {
47
+ cursor : pointer;
48
+ }
49
+
46
50
# curr {
47
51
color : var (--accent );
48
52
border-bottom : 3px solid var (--accent );
@@ -99,9 +103,15 @@ button, footer {
99
103
color : var (--white );
100
104
}
101
105
102
- form button : active {
106
+ button : hover {
103
107
background-color : var (--dGray );
104
- color : var (--mGray );
108
+ color : var (--lGray );
109
+ cursor : pointer;
110
+ }
111
+
112
+ button : active {
113
+ background-color : var (--mGray );
114
+ color : var (--dGray );
105
115
}
106
116
107
117
# qrcode {
@@ -132,3 +142,4 @@ footer {
132
142
footer a {
133
143
color : var (--white );
134
144
}
145
+
You can’t perform that action at this time.
0 commit comments