diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:43:24 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 00:43:24 +0100 |
| commit | 6a177e466334086b26689429e3da5a8bfba449de (patch) | |
| tree | b4d4d400f3c33ad233056e6808017905097eae4e /example.json | |
| parent | 8129d4f13d4c25874e48394fce8b3dccb123a92b (diff) | |
feat(link): change color on hover
Diffstat (limited to 'example.json')
| -rw-r--r-- | example.json | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/example.json b/example.json index f6b7778..458d5fb 100644 --- a/example.json +++ b/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": { |
