code formatting - add whitespace

This commit is contained in:
emma 2025-02-21 06:33:22 -05:00
parent 58d38a26c0
commit 4ac4b80b2f

View File

@ -2,6 +2,7 @@
import BasicLayout from "../layouts/BasicLayout.astro";
const pageTitle = "emma's place";
const backgroundColor = "#ffd4de";
const backgroundColorNightMode = "#240046";
const textColorNightMode = "#f1dac4";