Skip to content

Commit

Permalink
Changed colour combo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntixK committed May 1, 2019
1 parent 6eaed51 commit 9b1b6d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<style>
.mybutton {
background-color: #078dc1; /* Green */
background-color: #336b87; /* Green */
border: none;
color: white;
padding: 5px 5px;
Expand Down Expand Up @@ -67,7 +67,7 @@

/* Style the buttons inside the tab */
.tab button {
background-color: #078dc1;
background-color: #336b87;
float: left;
border: none;
outline: none;
Expand Down Expand Up @@ -102,7 +102,7 @@
left: 740px;
top: 60px;
overflow: auto;
background-image: linear-gradient(#078dc1, #011219);
background-image: linear-gradient(#336b87, #011219);
}

/*Tab content and divider for scrolling*/
Expand Down Expand Up @@ -131,7 +131,7 @@
}

.scroll::-webkit-scrollbar-thumb {
background: #078dc1;
background: #336b87;
border-radius: 20px;
}

Expand Down Expand Up @@ -188,7 +188,7 @@

<button class = "mybutton" id='exportjson'>Export JSON</button>
<button class = "mybutton" id='reset'>Reset</button>
<input type="range" min="70" max="200" value="100" class="myslider" id="zoomslider">
<input type="range" min="70" max="200" value="100" step='1' class="myslider" id="zoomslider">
</p>

</body>
Expand Down

0 comments on commit 9b1b6d1

Please sign in to comment.