Skip to content

Commit

Permalink
remove shadow from genreviz title, right before merge with master
Browse files Browse the repository at this point in the history
  • Loading branch information
kpchoy committed Mar 20, 2019
1 parent 8cb7416 commit 3bc04e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="navbar">
<div class="left-nav">
<p class="title">GenreViz</p>
<p class="description">click and drag a genre or song</p>
<p class="description">click and drag a song node</p>
<a class="icon" href="https://github.com/kpchoy/genre-viz"><i class="fab fa-github"></i></a>
<a class="icon" href="https://www.linkedin.com/in/kevin-choy-b5714b133"><i class="fab fa-linkedin-in"></i></a>
<!-- Modal Trigger -->
Expand Down
2 changes: 1 addition & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text {
font-size: 50px;
font-weight: 200;
margin-bottom: 0;
text-shadow: 1px 1px 1px #1DA1F2;
/* text-shadow: 1px 1px 1px #1DA1F2; */
}

.description {
Expand Down

0 comments on commit 3bc04e6

Please sign in to comment.