Compare commits

...

2 Commits

Author SHA1 Message Date
neru cc0cf9e055 fix: remove link to git 2026-05-28 07:11:09 -03:00
neru 4c57e8f24f style: make hover effect more visible 2026-05-28 07:10:54 -03:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ h1 {
}
.social-links a:hover {
color: var(--text-header);
color: var(--pink-accent);
border-bottom: 1px dashed var(--pink-accent);
}
+1 -2
View File
@@ -24,8 +24,7 @@ function Content() {
<nav className="social-links">
<a href={TWITTER_LINK}>twitter</a>
<a onClick={toggleModal}>discord</a>
<a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a>
<a href="https://git.neru.rip/neru">projects</a>
<a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a>
</nav>
<section className="content-box">