cambio de titulo
This commit is contained in:
parent
421e4799f1
commit
0f1c3c9c17
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user