From 25e3341ccfb487fee530f1dd9e689b2d5d80b1df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Mon, 14 Nov 2022 22:45:23 +0000
Subject: [PATCH] fix: docs issue

---
 README.md                                         | 2 +-
 examples/web/react/components/display/display.css | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 52743692..69a93e53 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀.
 * Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5
 * Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny).
 * Transparent RAM saving using [Web Storage API](https://developer.mozilla.org/docs/Web/API/Window/localStorage)
-* GamePad support using [Web Gamepad API](hhttps://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)
+* GamePad support using [Web Gamepad API](https://developer.mozilla.org/en-US/docs/Web/API/Gamepad_API)
 * Variable CPU clock speed
 * Debug mode: VRAM and registers
 
diff --git a/examples/web/react/components/display/display.css b/examples/web/react/components/display/display.css
index 4c8bef99..8fde45f8 100644
--- a/examples/web/react/components/display/display.css
+++ b/examples/web/react/components/display/display.css
@@ -93,7 +93,6 @@
 }
 
 .display.fullscreen > .display-frame {
-    background-color: transparent;
     border: none;
     box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
     -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
-- 
GitLab