diff options
Diffstat (limited to 'frontend/src/App.css')
| -rw-r--r-- | frontend/src/App.css | 5 |
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 | ||
| 18 | a { | ||
| 19 | color: inherit; | ||
| 20 | width: fit-content; | ||
| 21 | } | ||
| 22 | |||
| 18 | body { | 23 | body { |
| 19 | overflow: hidden; | 24 | overflow: hidden; |
| 20 | background-color: #141520; | 25 | background-color: #141520; |