From e207a2d39793c8a271e0e16b273eb7b652f36b72 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 01:19:42 +0100 Subject: [PATCH] Update globals.css --- web/app/globals.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/app/globals.css b/web/app/globals.css index b024776..aaf656f 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -117,6 +117,16 @@ button code { content: "" !important; } +.prose a { + color: #0969da; + font-weight: 500; + text-decoration: none; +} + +.prose a:hover { + text-decoration: underline; +} + * { border-color: white; }