This commit is contained in:
Nikolaj
2025-08-05 09:10:27 +02:00
parent 47686a25cc
commit 60f5bd3e9a
6 changed files with 33 additions and 3 deletions

View File

@@ -556,4 +556,16 @@
.moveName {
width: 150px;
}
.normal {
background-color: #A8A77A;
}
.fire {
background-color: #EE8130;
}
.water {
background-color: #6390f0;
}
}