BraydenMoore commited on
Commit
c1f0c35
·
verified ·
1 Parent(s): 5d2338c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +7 -6
templates/index.html CHANGED
@@ -110,7 +110,7 @@
110
  margin: 0px;
111
  margin-top: 20px;
112
  font-weight: normal;
113
- font-size: 10pt
114
  }
115
  .feed {
116
  transition: opacity 0.3s ease;
@@ -147,21 +147,22 @@
147
  a:hover {
148
  background-color: white;
149
  color: black;
150
- transition: 0.5s ease;
151
  }
152
  a {
153
  background-color: transparent;
154
- border-radius: 3px;
155
  text-decoration: none;
156
  color:var(--text-color);
157
- transition: 0.5s ease;
158
- font-size: 10pt
159
  }
160
  .hoverButton {
161
  font-size: 10pt;
162
  font-family: 'Andale Mono';
163
  color: var(--text-color);
164
- transition: 0.5s ease;
 
165
  }
166
  .hoverButton:hover {
167
  color: black;
 
110
  margin: 0px;
111
  margin-top: 20px;
112
  font-weight: normal;
113
+ font-size: 10pt;
114
  }
115
  .feed {
116
  transition: opacity 0.3s ease;
 
147
  a:hover {
148
  background-color: white;
149
  color: black;
150
+ transition: 0.1s ease;
151
  }
152
  a {
153
  background-color: transparent;
154
+ border-radius: 1px;
155
  text-decoration: none;
156
  color:var(--text-color);
157
+ transition: 0.1s ease;
158
+ font-size: 10pt;
159
  }
160
  .hoverButton {
161
  font-size: 10pt;
162
  font-family: 'Andale Mono';
163
  color: var(--text-color);
164
+ transition: 0.1s ease;
165
+ font-size: 10pt;
166
  }
167
  .hoverButton:hover {
168
  color: black;