Skip to content

Commit 4cfb7b1

Browse files
committed
change the color of the version in the footer to check if preview works correctly
1 parent 6f24ebd commit 4cfb7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ const gitVersion = import.meta.env.GIT_VERSION;
9393
</div>
9494
</article>
9595

96-
<p>version: {gitVersion} @ {buildTimestamp}</p>
96+
<p style="color: rgba(255, 255, 255, 0.4)">version: {gitVersion} @ {buildTimestamp}</p>
9797
</footer>
9898
</Fullbleed>

0 commit comments

Comments
 (0)