Compare commits
2 Commits
68a8d5f255
...
cc0cf9e055
| Author | SHA1 | Date | |
|---|---|---|---|
| cc0cf9e055 | |||
| 4c57e8f24f |
+1
-1
@@ -152,7 +152,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.social-links a:hover {
|
.social-links a:hover {
|
||||||
color: var(--text-header);
|
color: var(--pink-accent);
|
||||||
border-bottom: 1px dashed var(--pink-accent);
|
border-bottom: 1px dashed var(--pink-accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -24,8 +24,7 @@ function Content() {
|
|||||||
<nav className="social-links">
|
<nav className="social-links">
|
||||||
<a href={TWITTER_LINK}>twitter</a> •
|
<a href={TWITTER_LINK}>twitter</a> •
|
||||||
<a onClick={toggleModal}>discord</a> •
|
<a onClick={toggleModal}>discord</a> •
|
||||||
<a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a> •
|
<a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a>
|
||||||
<a href="https://git.neru.rip/neru">projects</a>
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section className="content-box">
|
<section className="content-box">
|
||||||
|
|||||||
Reference in New Issue
Block a user