🎨 Change container background color to white

This commit is contained in:
2026-01-28 05:15:04 +00:00
parent 2321ea9e38
commit 4d81ca8d8e

View File

@@ -20,7 +20,7 @@ import ProfessorPokeball from './components/ProfessorPokeball.vue';
<style scoped> <style scoped>
.container { .container {
background: #73231e; background: white;
border-radius: 20px; border-radius: 20px;
padding: 60px 40px; padding: 60px 40px;
max-width: 600px; max-width: 600px;