Skip to content

Commit

Permalink
changed the color of scs-js github link to make it more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
paczek654321 committed Feb 3, 2024
1 parent b3a4559 commit 714af2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1>Projects I'm a part of:</h1>
<ul>
<li><a href="https://github.com/Fntoomen/motey" target="_blank">Motey - Discord Bot</a></li>
<li><a href="https://paczek654321.github.io/collisions" target="_blank">A simple collision system made in js </a><a target="_blank" href="https://github.com/paczek654321/simple-collisions-js">(github)</a></li>
<li><a href="https://paczek654321.github.io/collisions" target="_blank">A simple collision system made in js </a><a class="blue" target="_blank" href="https://github.com/paczek654321/simple-collisions-js">(github)</a></li>
</ul>
</div>
</body>
Expand Down
4 changes: 4 additions & 0 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,8 @@ a
#Name a
{
all: inherit;
}
a.blue
{
color: rgb(9, 0, 78);
}

0 comments on commit 714af2f

Please sign in to comment.