Vishalakak commited on
Commit
2d10051
·
1 Parent(s): 9b24e09

color changed

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -8,7 +8,7 @@
8
  <style>
9
  body {
10
  font-family: Arial, sans-serif;
11
- background-color:rgb(201, 224, 240);
12
  background-image: url('https://www.shutterstock.com/shutterstock/photos/2235931143/display_1500/stock-photo-big-data-technology-and-data-science-data-scientist-querying-analysing-and-visualizing-complex-2235931143.jpg');
13
  margin: 0;
14
  height: 100vh;
@@ -54,7 +54,7 @@
54
  label {
55
  margin-bottom: 6px;
56
  font-weight: bold;
57
- color: #34495e;
58
  }
59
 
60
  input[type="text"], select {
@@ -65,7 +65,7 @@
65
  }
66
 
67
  input[type="text"]:focus, select:focus {
68
- border-color: #3498db;
69
  outline: none;
70
  }
71
 
 
8
  <style>
9
  body {
10
  font-family: Arial, sans-serif;
11
+ background-color:rgb(169, 176, 181);
12
  background-image: url('https://www.shutterstock.com/shutterstock/photos/2235931143/display_1500/stock-photo-big-data-technology-and-data-science-data-scientist-querying-analysing-and-visualizing-complex-2235931143.jpg');
13
  margin: 0;
14
  height: 100vh;
 
54
  label {
55
  margin-bottom: 6px;
56
  font-weight: bold;
57
+ color:rgb(43, 87, 130);
58
  }
59
 
60
  input[type="text"], select {
 
65
  }
66
 
67
  input[type="text"]:focus, select:focus {
68
+ border-color:rgb(255, 250, 250);
69
  outline: none;
70
  }
71