We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21cea63 + e88da8f commit 836d21eCopy full SHA for 836d21e
1 file changed
frontend/app/screens/HomeScreen.tsx
@@ -209,7 +209,10 @@ export default function HomeScreen() {
209
href="https://github.com/europanite/browser_based_python/"
210
target="_blank"
211
rel="noopener noreferrer"
212
- style={{ color: "inherit", textDecoration: "none" }}
+ style={{
213
+ color: "#1d4ed8",
214
+ textDecorationLine: "underline"
215
+ }}
216
>
217
Python Front
218
</a>
0 commit comments