Update styles.css to make "reiyua" white

This commit is contained in:
Ray 2024-08-22 14:28:46 +10:00 committed by GitHub
parent eecf7b47ad
commit c299d72e08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,5 +15,5 @@ body {
h1 { h1 {
font-size: 4em; font-size: 4em;
color: #333; color: #ffffff;
} }