commit: update global.css
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,12 @@ 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 >native<, en >A2<, heb >A1<</div>
|
<div>language: ru >native<, en >A2<, heb >A1<</div>
|
||||||
<div>hobby: programming, art, philosophy</div>
|
<div>hobby: programming, art, philosophy</div>
|
||||||
@@ -32,6 +37,7 @@ export default function Home() {
|
|||||||
|
|
||||||
|
|
||||||
<div align="center">host by senko.digital </div>
|
<div align="center">host by senko.digital </div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user