mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Edited Website to add new ghostty icon
This commit is contained in:
@ -10,11 +10,11 @@
|
|||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--foreground-rgb: 255, 255, 255;
|
--foreground-rgb: 255, 255, 255;
|
||||||
--background-rgb: #F7F7F7;
|
--background-rgb: #0e1324;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
color: rgb(var(--foreground-rgb));
|
color: rgb(var(--foreground-rgb));
|
||||||
background-color: var(--background-rgb);
|
background-color: var(--background-rgb);
|
||||||
}
|
}
|
@ -8,7 +8,7 @@ export default function Home() {
|
|||||||
<div className="relative flex place-items-center before:absolute before:h-[300px] before:w-[480px] before:-translate-x-1/2 before:rounded-full after:absolute after:-z-20 after:h-[180px] after:w-[240px] after:translate-x-1/3 after:content-[''] before:lg:h-[360px] z-[-1]">
|
<div className="relative flex place-items-center before:absolute before:h-[300px] before:w-[480px] before:-translate-x-1/2 before:rounded-full after:absolute after:-z-20 after:h-[180px] after:w-[240px] after:translate-x-1/3 after:content-[''] before:lg:h-[360px] z-[-1]">
|
||||||
<p className="text-9xl">
|
<p className="text-9xl">
|
||||||
<Image
|
<Image
|
||||||
src="/icon-gs.png"
|
src="/icon-new.png"
|
||||||
alt="Ghostty Icon"
|
alt="Ghostty Icon"
|
||||||
width={250}
|
width={250}
|
||||||
height={250}
|
height={250}
|
||||||
|
@ -7,7 +7,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
|||||||
<div className="max-w-[850px] justify-center ml-auto mr-auto">
|
<div className="max-w-[850px] justify-center ml-auto mr-auto">
|
||||||
<div className="mt-4 mb-4">
|
<div className="mt-4 mb-4">
|
||||||
<Link href="/">
|
<Link href="/">
|
||||||
<Image src="/icon-gs.png" width={50} height={50} alt="Ghostty Logo" />
|
<Image src="/icon-new.png" width={50} height={50} alt="Ghostty Logo" />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
BIN
website/public/icon-new.png
Normal file
BIN
website/public/icon-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
Reference in New Issue
Block a user