commit: update global.css

This commit is contained in:
2026-03-24 18:51:23 +03:00
parent 43b9e852a7
commit 919bd69ad0
2 changed files with 12 additions and 4 deletions

View File

@@ -16,11 +16,13 @@
:root { :root {
--background: #505050; --background: #505050;
--foreground: #ededed; --foreground: #ededed;
} --link:#8b56cc;
}
} }
body { body {
background: var(--background); background: var(--background);
color: var(--foreground); color: var(--foreground);
link: var(--link);
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }

View File

@@ -18,12 +18,17 @@ 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="relative z-10 max-w-md w-full font-mono p-6 shadow-lg bg-black/100 ">
<div className="space-y-2"> <div className="space-y-2">
<div align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div> <div align="center" className="border-b border-green-500 pb-1 mb-2 ">about:nouwushka</div>
<div>name: zhenya/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>pronouns: she/her</div> <div>pronouns: she/her</div>
<div>language: ru &gt;native&lt;, en &gt;A2&lt;, heb &gt;A1&lt;</div> <div>language: ru &gt;native&lt;, en &gt;A2&lt;, heb &gt;A1&lt;</div>
<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">pay.uwushka.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>
@@ -31,7 +36,8 @@ export default function Home() {
<div>service:matrix - chat.uwwshka.cc</div> <div>service:matrix - chat.uwwshka.cc</div>
<div align="center">host by senko.digital</div> <div align="center">host by senko.digital </div>
</div> </div>
</div> </div>
</div> </div>