File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export default function Home() {
127
127
pdfDocument . write ( `
128
128
<html>
129
129
<head>
130
- <title>Print Document</title>
130
+ <title>Print Document - Keímeno </title>
131
131
</head>
132
132
<body>
133
133
<pre>${ content } </pre>
@@ -193,7 +193,7 @@ export default function Home() {
193
193
194
194
useEffect ( ( ) => {
195
195
const hoverElement = document . querySelector ( "h1" ) ;
196
- const originalColor = "var(--color-text) " ;
196
+ const originalColor = "inherit " ;
197
197
198
198
if ( hoverElement ) {
199
199
hoverElement . addEventListener ( "mouseenter" , function ( ) {
@@ -254,7 +254,7 @@ export default function Home() {
254
254
Shortcuts
255
255
</ button >
256
256
< h1
257
- className = { `text-center font-black text-5xl mb-10 cursor-pointer tracking-tight hover:text-neutral-400 hover:underline transition-colors ` }
257
+ className = { `text-center font-black text-5xl mb-10 cursor-pointer tracking-tight hover:text-neutral-400 hover:underline transition-color duration-500 ` }
258
258
title = "Clear text (Shift + C)"
259
259
onClick = { clearText }
260
260
>
@@ -297,7 +297,7 @@ export default function Home() {
297
297
</ a >
298
298
</ p >
299
299
< p className = "font-bold dark:text-neutral-500 text-neutral-800 mt-3" >
300
- © 2023 Gabriel Cozma. All rights reserved.
300
+ © 2023-present Gabriel Cozma. All rights reserved.
301
301
</ p >
302
302
< section className = "flex justify-center gap-4 mt-3" >
303
303
< p
You can’t perform that action at this time.
0 commit comments