Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +3 -1
templates/index.html
CHANGED
@@ -136,6 +136,7 @@
|
|
136 |
#info-text {
|
137 |
margin-top: 20px;
|
138 |
margin-bottom: 20px;
|
|
|
139 |
}
|
140 |
a:hover {
|
141 |
background-color: yellow;
|
@@ -144,12 +145,13 @@
|
|
144 |
}
|
145 |
a {
|
146 |
background-color: transparent;
|
147 |
-
border-radius:
|
148 |
text-decoration: none;
|
149 |
color:var(--text-color);
|
150 |
transition: 0.5s ease;
|
151 |
}
|
152 |
.hoverButton {
|
|
|
153 |
font-family: monospace;
|
154 |
color: var(--text-color);
|
155 |
transition: 0.5s ease;
|
|
|
136 |
#info-text {
|
137 |
margin-top: 20px;
|
138 |
margin-bottom: 20px;
|
139 |
+
font-size: 10pt;
|
140 |
}
|
141 |
a:hover {
|
142 |
background-color: yellow;
|
|
|
145 |
}
|
146 |
a {
|
147 |
background-color: transparent;
|
148 |
+
border-radius: 3px;
|
149 |
text-decoration: none;
|
150 |
color:var(--text-color);
|
151 |
transition: 0.5s ease;
|
152 |
}
|
153 |
.hoverButton {
|
154 |
+
font-size: 10pt;
|
155 |
font-family: monospace;
|
156 |
color: var(--text-color);
|
157 |
transition: 0.5s ease;
|