chore: fix color
This commit is contained in:
parent
cf96301df0
commit
354cdeb7f7
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<main class="px-4 py-10 text-center text-teal-700 dark:text-gray-200">
|
||||
<main class="px-4 py-10 text-center text-gray-700 dark:text-gray-200">
|
||||
<router-view />
|
||||
<Footer />
|
||||
<div class="mt-5 m-auto text-center opacity-25 text-sm">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<main class="px-4 py-10 text-center text-teal-700 dark:text-gray-200">
|
||||
<main class="px-4 py-10 text-center text-gray-700 dark:text-gray-200">
|
||||
<router-view />
|
||||
<Footer />
|
||||
<div class="mt-5 m-auto text-center opacity-25 text-sm">
|
||||
|
Loading…
Reference in New Issue
Block a user