Skip to content

Commit a8a44fe

Browse files
committed
piyushgarg-dev#130 colors changed on hover
1 parent c920a1a commit a8a44fe

File tree

3 files changed

+2156
-1934
lines changed

3 files changed

+2156
-1934
lines changed

components/Header/Header.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,31 +103,31 @@ const Header = () => {
103103
target="_blank"
104104
title="Youtube Channel"
105105
id="youtube-channel"
106-
className={`ri-youtube-fill cursor-pointer text-[#ffffff] hover:text-[#01d293]`}
106+
className={`ri-youtube-fill cursor-pointer text-[#ffffff] hover:text-[#FF0000]`}
107107
rel="noreferrer"
108108
></Link>
109109
<Link
110110
href="https://github.com/piyushgarg-dev/"
111111
target="_blank"
112112
title="github Account"
113113
id="github-account"
114-
className={`ri-github-line text-[#ffffff] hover:text-[#01d293]`}
114+
className={`ri-github-line text-[#ffffff] hover:text-[#4b4a4a]`}
115115
rel="noreferrer"
116116
></Link>
117117
<Link
118118
href="https://twitter.com/piyushgarg_dev"
119119
target="_blank"
120120
title="Twitter Account"
121121
id="twitter-account"
122-
className={`ri-twitter-fill text-[#ffffff] hover:text-[#01d293]`}
122+
className={`ri-twitter-fill text-[#ffffff] hover:text-[#1DA1F2]`}
123123
rel="noreferrer"
124124
></Link>
125125
<Link
126126
href="https://www.linkedin.com/in/piyushgarg195/"
127127
target="_blank"
128128
title="linkedin Account"
129129
id="linkedin-account"
130-
className={`ri-linkedin-fill text-[#ffffff] hover:text-[#01d293]`}
130+
className={`ri-linkedin-fill text-[#ffffff] hover:text-[#0e76a8]`}
131131
rel="noreferrer"
132132
></Link>
133133
</p>

package-lock.json

+216
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)