diff options
Diffstat (limited to 'download.html')
| -rw-r--r-- | download.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/download.html b/download.html index c891fd3..c0cfbb7 100644 --- a/download.html +++ b/download.html @@ -71,7 +71,7 @@ .staticrypt-body { margin-bottom: 1em; - background: #333; + background: #333; font-family: "Arial", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -100,11 +100,14 @@ .staticrypt-footer p { margin: 2px; text-align: center; + color: white; float: right; } .staticrypt-footer a { text-decoration: none; + color: white; + font-weight: bold; } </style> </head> @@ -114,7 +117,7 @@ <div class="staticrypt-form"> <div class="staticrypt-instructions"> <p class="staticrypt-title">Silicon Linux Download</p> - <p><p>Please use the password given to you.</p> + <p><p>Please use the password that you've gotten from from the #password channel.</p> </p> </div> |
