From 89560a61bc6e41d86acaea596762eda2da38fe50 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:29:42 +0300 Subject: refactor: upload run form, lots of random shit --- frontend/src/App.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css index 3b732f0..b0445d8 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -15,6 +15,11 @@ main { } +a { + color: inherit; + width: fit-content; +} + body { overflow: hidden; background-color: #141520; -- cgit v1.2.3