Altro fix CSS

This commit is contained in:
Vichingo455 2025-06-24 22:32:09 +02:00
parent b75c007e04
commit ff1bd76e65
1 changed files with 3 additions and 0 deletions

View File

@ -171,3 +171,6 @@ nav ul li a {
nav ul li a:hover { nav ul li a:hover {
text-decoration: underline; text-decoration: underline;
} }
input::placeholder {
color: white;
}