cambio de titulo

This commit is contained in:
Cristian B. Yancis A. 2024-09-08 16:29:17 -06:00
parent 421e4799f1
commit 0f1c3c9c17
2 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@
:root { :root {
--background: #ffffff; --background: #ffffff;
--foreground: #171717; --foreground: #ffffff;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {
--background: #0a0a0a; --background: #ededed;
--foreground: #ededed; --foreground: #ededed;
} }
} }

View File

@ -1,6 +1,6 @@
import './globals.css' import './globals.css'
export const metadata={ export const metadata={
title: 'Totito', title: 'Totito_app',
description:'generado con next.js' description:'generado con next.js'
} }