Spaces:
Running
Running
Commit
·
68bea89
1
Parent(s):
fb1925e
Update styling
Browse files- Templates/index.html +4 -0
Templates/index.html
CHANGED
@@ -67,6 +67,10 @@
|
|
67 |
background-color: transparent;
|
68 |
color: #f2f2f2;
|
69 |
border: none;
|
|
|
|
|
|
|
|
|
70 |
}
|
71 |
button {
|
72 |
font-size: 12pt;
|
|
|
67 |
background-color: transparent;
|
68 |
color: #f2f2f2;
|
69 |
border: none;
|
70 |
+
}
|
71 |
+
|
72 |
+
input[type="text"]:hover {
|
73 |
+
background-color:rgb(61, 61, 61);
|
74 |
}
|
75 |
button {
|
76 |
font-size: 12pt;
|