feat(link): change color on hover

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-10 00:43:24 +01:00
parent 8129d4f13d
commit 6a177e4663
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
5 changed files with 43 additions and 19 deletions

View file

@ -31,20 +31,26 @@
{
"link": "https://discord.gg/minecraft",
"content": "Minecraft's Discord",
"color": "#800080FF",
"text_color": "#fff"
"color": "#800080",
"text_color": "#fff",
"color_hover": "#680c68",
"text_color_hover": "#eee"
},
{
"link": "https://github.com/anhgelus",
"content": "GitHub",
"color": "#800080FF",
"text_color": "#fff"
"text_color": "#fff",
"color_hover": "#680c68",
"text_color_hover": "#eee"
},
{
"link": "https://youtube.com/@anhgelus",
"content": "YouTube",
"color": "#800080FF",
"text_color": "#fff"
"text_color": "#fff",
"color_hover": "#680c68",
"text_color_hover": "#eee"
}
],
"legal": {