feat(link): change color on hover
This commit is contained in:
parent
8129d4f13d
commit
6a177e4663
5 changed files with 43 additions and 19 deletions
14
example.json
14
example.json
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue