🎨 Update container background color to a darker shade

This commit is contained in:
2026-01-28 05:14:59 +00:00
parent 9406b62c94
commit 2321ea9e38

View File

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