🎨 Update container background color to red shade

This commit is contained in:
2026-01-28 05:14:54 +00:00
parent 28331ec039
commit 9406b62c94

View File

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