commit: update global.css
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user