aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.css
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-09 19:29:42 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-09 19:29:42 +0300
commit89560a61bc6e41d86acaea596762eda2da38fe50 (patch)
tree1cf4b7c73c17f045d3f4837b480ddf7a61230a94 /frontend/src/App.css
parentrefactor: rankings page (diff)
downloadlphub-89560a61bc6e41d86acaea596762eda2da38fe50.tar.gz
lphub-89560a61bc6e41d86acaea596762eda2da38fe50.tar.bz2
lphub-89560a61bc6e41d86acaea596762eda2da38fe50.zip
refactor: upload run form, lots of random shit
Diffstat (limited to 'frontend/src/App.css')
-rw-r--r--frontend/src/App.css5
1 files changed, 5 insertions, 0 deletions
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 {
15 15
16} 16}
17 17
18a {
19 color: inherit;
20 width: fit-content;
21}
22
18body { 23body {
19 overflow: hidden; 24 overflow: hidden;
20 background-color: #141520; 25 background-color: #141520;