Skip to content

Commit

Permalink
Fix macos bulletpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien committed Nov 13, 2023
1 parent 0e30caf commit 30dfc07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ html.dark {
}

div.theme-default-content:not(.custom), footer.page-meta:not(.custom), nav.page-nav:not(.custom) {
max-width: 100%;
max-width: 1800px;
}
4 changes: 2 additions & 2 deletions src/docs/installing/installing-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ This list is incomplete. Feel free to improve it.
- Chrome EC:
- [CrosEC.kext](https://github.com/1Revenger1/CrosEC/releases): Adds keyboard brightness, tablet mode, and other functionality
- [Fake Ambient Light Sensor](https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/AcpiSamples/Source/SSDT-ALS0.dsl): Creates a fake ambient light sensor which is needed by macOS to recognize the keyboard backlight.
- This is only needed if your device does not come with a light sensor.
- A pre-compiled version comes in OpenCore's release zip under `Docs/AcpiSamples/Binaries/SSDT-ASL0.aml`
- This is only needed if your device does not come with a light sensor.
- A pre-compiled version comes in OpenCore's release zip under `Docs/AcpiSamples/Binaries/SSDT-ASL0.aml`

- Storage:
- [EmeraldSDHC.kext](https://github.com/acidanthera/EmeraldSDHC/releases): eMMC driver
Expand Down

0 comments on commit 30dfc07

Please sign in to comment.