@@ -172,11 +172,11 @@ export default function IdeHeader({
@@ -221,7 +221,7 @@ export default function IdeHeader({
{' '}
Fork to save your work
diff --git a/app/web/src/index.css b/app/web/src/index.css
index d1ccb29..3f79ba0 100644
--- a/app/web/src/index.css
+++ b/app/web/src/index.css
@@ -144,3 +144,6 @@ label {
input.error, textarea.error {
border: 1px solid red;
}
+a.underline-hovered:hover {
+ text-decoration: underline;
+}
\ No newline at end of file