Skip to content

Commit

Permalink
added profile link and change anchor hover to uppercase style
Browse files Browse the repository at this point in the history
  • Loading branch information
krismakesstuff committed Oct 15, 2024
1 parent 881e7bc commit 439d3ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<header>
<h1 id="header-title">Kris Crawford</h1>
<h2 id="header-subtitle">GitHub Repositories</h2>
<h2 id="header-subtitle"><a href="https://github.com/krismakesstuff" target="_blank">GitHub Repositories </a></h2>
</header>

<div id="tags-container">
Expand Down
10 changes: 9 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ header {

}

header a {
color: var(--red);
}

header a:hover {
text-transform: uppercase;
}

#header-title {
/* background-color: var(--red); */
color: var(--dark-blue);
Expand Down Expand Up @@ -169,7 +177,7 @@ header {
}

.repo a:hover, .video a:hover {
text-decoration: none;
text-transform: uppercase;
}

.readme-content {
Expand Down

0 comments on commit 439d3ec

Please sign in to comment.