no png, just color

This commit is contained in:
gallant 2022-10-24 10:09:39 -05:00
parent 3c40dd2439
commit 78df10dbd0
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
import * as Moon from 'lunarphase-js';
const phase = Moon.getLunarPhase();
function writePhase(){
document.write(phase);
}

View file

@ -7,8 +7,8 @@
}
body {
//background: #0d181c;
background-image: url('siteBackground.png');
background: #061115;
//background-image: url('siteBackground.png');
color: #d9d7d6;
font-family: 'Cascadia Code', sans-serif;
font-size: 100%;

View file

@ -27,6 +27,6 @@ Hey I'm Gallant, I work with mostly Rust.
</ul>
</div>
<div>
<script src="/lunar.js"> writePhase();</script>
</div>
{% endblock content %}