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 {
--background: #ffffff;
--foreground: #171717;
--foreground: #ffffff;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--background: #ededed;
--foreground: #ededed;
}
}

View File

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