Skip to content

Commit b355e65

Browse files
committed
hover color fix
1 parent 097f9a9 commit b355e65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Website/js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function() {
128128
const questionsAndAnswers = [
129129
{ question: 'What is Machine Learning?', answer: 'Machine Learning is a field of AI that enables computers to learn from data without being explicitly programmed.' },
130130
{ question: 'Tell me about Machine Learning Repos.', answer: 'Machine Learning Repos is a curated collection of Machine Learning Repositories' },
131-
{ question: 'How do I contribute to the repository?', answer: 'You can contribute by forking the repository, making changes, and submitting a pull request. Learn more here: <a href="https://github.com/recodehive/machine-learning-repos/blob/main/Website/README.md" target="_blank">here</a>' },
131+
{ question: 'How do I contribute to the repository?', answer: 'You can contribute by forking the repository, making changes, and submitting a pull request. Learn more <a href="https://github.com/recodehive/machine-learning-repos/blob/main/Website/README.md" target="_blank">here</a>' },
132132
];
133133

134134

Website/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ button#toggle-languages:hover {
511511
}
512512

513513
#go-to-top:hover {
514-
color: white;
514+
color: black;
515515
opacity: 0.9;
516516
}
517517

0 commit comments

Comments
 (0)