remove spinner.webp, and change .gitignore

This commit is contained in:
2025-05-27 19:12:15 -07:00
parent 44b1758bfa
commit 068a45e26d
3 changed files with 2 additions and 4 deletions

2
.gitignore vendored
View File

@ -2,7 +2,7 @@
.user.ini
.vscode
photostandard.txt
sitemap
sitemap.xml
images/20*
migrate.php
config.php

View File

@ -17,18 +17,16 @@ h1, h2, h3, h4, h5, h6 {
margin: 0.5em 0;
}
/* Optional: add a subtle overlay for better contrast */
body::before {
content: "";
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.4); /* dark overlay for contrast */
background: rgba(0,0,0,0.4);
z-index: 0;
}
/* Ensure content is above overlay */
h1, h2, h3, h4, h5, h6 {
position: relative;
z-index: 1;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB