Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc0cf9e055 | |||
| 4c57e8f24f |
+1
-1
@@ -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
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user