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; }