BraydenMoore commited on
Commit
072016f
·
1 Parent(s): f23c3c3

Update styling

Browse files
Files changed (1) hide show
  1. Templates/index.html +4 -2
Templates/index.html CHANGED
@@ -69,16 +69,18 @@
69
  height: 30px;
70
  text-align: center;
71
  background-color: transparent;
 
 
72
  color: #f2f2f2;
73
  border: none;
74
  }
75
 
76
  input[type="text"]:hover {
77
- background-color:rgb(61, 61, 61);
78
  }
79
  button {
80
  font-size: 12pt;
81
- background-color: rgb(61, 61, 61);
82
  color: #ffffff;
83
  padding: 10px 20px;
84
  border: none;
 
69
  height: 30px;
70
  text-align: center;
71
  background-color: transparent;
72
+ border-radius: 5px;
73
+ transition: 0.3s ease;
74
  color: #f2f2f2;
75
  border: none;
76
  }
77
 
78
  input[type="text"]:hover {
79
+ background-color:rgb(30, 30, 30);
80
  }
81
  button {
82
  font-size: 12pt;
83
+ background-color: rgb(30, 30, 30);
84
  color: #ffffff;
85
  padding: 10px 20px;
86
  border: none;