commit: update global.css

This commit is contained in:
2026-03-24 19:10:22 +03:00
parent 919bd69ad0
commit 79de3ba7f1
2 changed files with 13 additions and 2 deletions

View File

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

View File

@@ -29,7 +29,10 @@ export default function Home() {
<div>hobby: programming, art, philosophy</div> <div>hobby: programming, art, philosophy</div>
<div>occupation:one</div> <div>occupation:one</div>
<div>contact me:link.uwushka.cc</div> <div>contact me:link.uwushka.cc</div>
<div>donate: <a href="https://uwushka.cc">pay.uwushka.cc</a></div> <div>
donate:
<a href="https://uwushka.cc" target="_blank" rel="noopener noreferrer"className="link-custom hover:underline">pay.test.cc</a>
</div>
<div align="center" className=" pb-1 mt-6 mb-2">about:services</div> <div align="center" className=" pb-1 mt-6 mb-2">about:services</div>
<div>service:gitea - git.uwwshka.cc</div> <div>service:gitea - git.uwwshka.cc</div>