Spaces:
Running
Running
Update templates/index.html
Browse files- 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.
|
151 |
}
|
152 |
a {
|
153 |
background-color: transparent;
|
154 |
-
border-radius:
|
155 |
text-decoration: none;
|
156 |
color:var(--text-color);
|
157 |
-
transition: 0.
|
158 |
-
font-size: 10pt
|
159 |
}
|
160 |
.hoverButton {
|
161 |
font-size: 10pt;
|
162 |
font-family: 'Andale Mono';
|
163 |
color: var(--text-color);
|
164 |
-
transition: 0.
|
|
|
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;
|