update: css style

This commit is contained in:
2026-03-26 15:43:43 +03:00
parent 111a9b80b6
commit 22edddccf4
3 changed files with 10 additions and 13 deletions

View File

@@ -16,12 +16,14 @@
:root {
--background: #505050;
--foreground: #ededed;
--link-color: #8b56cc;
--link-hover: #ae5ed6;
--link-hover: #8b56cc;
}
}
.two-color{
color: #746178;
}
.link-custom {
color: var(--linl-color);
color: #ae5ed6;
transition: color 0.2s ease;
}
.link-custom:hover {

View File

@@ -14,7 +14,7 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: "about:uwu",
description: "meow uwu owo",
description: "nouwushka",
};
export default function RootLayout({

View File

@@ -18,20 +18,15 @@ export default function Home() {
<div className="relative z-10 max-w-md w-full font-mono p-6 shadow-lg bg-black/100 ">
<div className="space-y-2">
<div align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div>
<div>
<span className>name:</span>
<a>nouwushka</a>
<span className="text-grey-1000">/</span>
<span className="text-grey-200">zhenya</span>
</div>
<div>name: nouwushka/zhenya</div>
<div>pronouns: she/her</div>
<div>language: ru &gt;native&lt;, en &gt;A2&lt;, heb &gt;A1&lt;</div>
<div>hobby: programming, art, philosophy</div>
<div>occupation:one</div>
<div>contact me:link.uwushka.cc</div>
<div>contact me: <a className="link-custom hover:">@nouwushka</a></div>
<div>
donate:
<a href="https://uwushka.cc" target="_blank" rel="noopener noreferrer"className="link-custom hover:underline">pay.test.cc</a>
<a href="https://uwushka.cc" target="_blank" rel="noopener noreferrer"className="">pay.uwushka.cc</a>
</div>
<div align="center" className=" pb-1 mt-6 mb-2">about:services</div>
@@ -39,7 +34,7 @@ export default function Home() {
<div>service:matrix - chat.uwwshka.cc</div>
<div align="center">host by senko.digital </div>
<div align="center" className="two-color">host by senko.digital </div>
</div>
</div>