tweak the CSS for the download page to match the new theme

This commit is contained in:
Starbeamrainbowlabs 2015-08-05 13:18:17 +01:00
parent 87b3bd7d81
commit a5be9702fa
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@
<!------------------->
<link rel="stylesheet" href="//starbeamrainbowlabs.com/theme/basic.css" />
<style>
body { padding: 1rem; } /* syntaxtic gets confused sometimes */
body { padding: 1rem; color: #442772; background-colour: #eee8f2; } /* syntaxtic gets confused sometimes */
a { color: #9e7eb4; }
.largebutton { font-size: 2rem; }
</style>