add meta charset tag in index.html; fix opacity calculation in fade-in effect; clean up style.css

This commit is contained in:
vista-man
2025-01-25 22:15:34 +01:00
parent 90b39f241f
commit edeca369c3
3 changed files with 3 additions and 6 deletions

View File

@@ -32,11 +32,6 @@ h2 {
padding-bottom: 5px; /* Add padding below the heading */
}
h1, h2 {
background-image: none; /* Remove background image */
color: #007bff; /* Set text color */
}
p {
color: #555; /* Set text color */
line-height: 1.6; /* Set line height */