Skip to content
Snippets Groups Projects
Verified Commit 25e3341c authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

fix: docs issue

parent b7d57dbd
No related branches found
No related tags found
No related merge requests found
Pipeline #1593 passed
...@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀. ...@@ -13,7 +13,7 @@ A Game Boy emulator that is written in Rust 🦀.
* Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5 * Support for multiple MBCs: MBC1, MBC2, MBC3, and MBC5
* Cool bespoke display palettes built by [TheWolfBunny64](https://www.deviantart.com/thewolfbunny). * 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) * 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 * Variable CPU clock speed
* Debug mode: VRAM and registers * Debug mode: VRAM and registers
......
...@@ -93,7 +93,6 @@ ...@@ -93,7 +93,6 @@
} }
.display.fullscreen > .display-frame { .display.fullscreen > .display-frame {
background-color: transparent;
border: none; border: none;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
-o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24); -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment