Changed color of source code link.

This commit is contained in:
John Shaver 2018-10-04 15:27:38 -07:00
parent c6eefc167a
commit 51deb0af54
1 changed files with 3 additions and 3 deletions

View File

@ -450,13 +450,13 @@ svg.ts-logo {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
right: 10rem; right: 10rem;
background-color: #77AADD; background-color: #214827eb;
padding: 0.5rem 1.5rem 0.5rem 1.5rem; padding: 0.5rem 1.5rem 0.5rem 1.5rem;
font-size: 1.1rem; font-size: 1.1rem;
color: #111; color: #FFF;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.source-link a { .source-link a {
color: #333; color: #DDD;
} }