BraydenMoore commited on
Commit
f933794
·
verified ·
1 Parent(s): 09974aa

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -4
templates/index.html CHANGED
@@ -167,14 +167,13 @@
167
  transition: 0.1s ease;
168
  font-size: 10pt;
169
  border-radius: 0px;
170
- border: 1px white solid;
171
- border-right: 1px white solid;
172
  background-color: black;
173
 
174
  }
175
  .hoverButton:hover {
176
  color: black;
177
- background-color: white;
178
  }
179
  .tag {
180
  font-family: 'Andale Mono';
@@ -190,7 +189,7 @@
190
  cursor: pointer;
191
  margin: auto;
192
  margin-left: 10px;
193
- color: white;
194
  transition: 0.1s ease;
195
  }
196
  #share:hover {
 
167
  transition: 0.1s ease;
168
  font-size: 10pt;
169
  border-radius: 0px;
170
+ border: 1px yellow solid;
 
171
  background-color: black;
172
 
173
  }
174
  .hoverButton:hover {
175
  color: black;
176
+ background-color: yellow;
177
  }
178
  .tag {
179
  font-family: 'Andale Mono';
 
189
  cursor: pointer;
190
  margin: auto;
191
  margin-left: 10px;
192
+ color: yellow;
193
  transition: 0.1s ease;
194
  }
195
  #share:hover {