1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-16 02:04:56 +00:00

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

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>