From 6a177e466334086b26689429e3da5a8bfba449de Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 10 Nov 2024 00:43:24 +0100 Subject: feat(link): change color on hover --- example.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'example.json') 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": { -- cgit v1.2.3