mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): update text link hover style to gold underline (#1149)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ const editUrl = `${GITHUB_REPO_URL}edit/main/${filePath}`;
|
||||
href={editUrl}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="text-p3 underline intent:no-underline"
|
||||
class="text-p3 underline intent:decoration-gold"
|
||||
>
|
||||
Edit page
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user