Skip to content

Commit

Permalink
Minor UI update
Browse files Browse the repository at this point in the history
  • Loading branch information
parkhyey committed Nov 9, 2021
1 parent 222dd2e commit c62f93e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion static/birthday.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ function birthdayfunc() {
} else {
// document.getElementById("birthday-result").textContent = 'You are ' + bir;
document.getElementById("birthday-result").innerHTML =
'You are ' + '<a href="signs/'+ bir +'.html"><span id="bir">' + bir + '</span></a>';
'You are ' + '<a href="signs/'+ bir +'" id="bir" >' + bir + '</a>';
}
};
3 changes: 0 additions & 3 deletions static/header2.js

This file was deleted.

5 changes: 4 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,13 @@ hr {
color: white;
}
#bir {
color: lightblue;
font-size: 1.3em;
text-decoration: underline;
text-underline-offset: 0.2em;
color: white;
}
#bir a {
text-decoration: none;
}
#compatibility-contents {
text-align: center;
Expand Down

0 comments on commit c62f93e

Please sign in to comment.