Fix home link size and weight

This commit is contained in:
Robert Long 2021-12-13 16:25:40 -08:00
parent c3f4f32107
commit 637776dc5e
2 changed files with 3 additions and 1 deletions

View file

@ -46,6 +46,6 @@
background: #0dbd8b; background: #0dbd8b;
border-radius: 8px; border-radius: 8px;
color: #ffffff; color: #ffffff;
font-weight: 600; font-weight: normal;
font-size: 15px; font-size: 15px;
} }

View file

@ -57,6 +57,8 @@ limitations under the License.
margin-top: 50px; margin-top: 50px;
color: #0dbd8b; color: #0dbd8b;
text-decoration: none; text-decoration: none;
font-weight: normal;
font-size: 15px;
} }
.preview { .preview {