Skip to content

Commit

Permalink
Fix overwhelming strong style
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Oct 11, 2024
1 parent 95b9900 commit 88cc518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion wwwroot/docs/using-mods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ To setup exporting for one or more Switch emulators, use <kbd><samp>Mod</samp></
<img width="650" src="./images/ExportLocations.png" alt="Export Locations">
</p>

If you are using another emulator, click the <kbd><samp>+</samp></kbd> <sup>[(3)](./images/ExportLocations.png)</sup> button and paste the path to a <strong>TKMM subfolder</strong> in your emulator's mod folder.
If you are using another emulator, click the <kbd><samp>+</samp></kbd> <sup>[(3)](./images/ExportLocations.png)</sup> button and paste the path to a <strong style="color:#c94646">TKMM subfolder</strong> in your emulator's mod folder.

Click <kbd><samp>Close</samp></kbd> <sup>[(4)](./images/ExportLocations.png)</sup> to save and close.

Expand Down
5 changes: 0 additions & 5 deletions wwwroot/templates/custom/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ h6 {
margin: 0 0 0.9rem 0;
}

strong {
color: #c94646;
font-weight: bold;
}

code {
font-family: 'Ubuntu Mono';
border-radius: var(--bs-border-radius);
Expand Down

0 comments on commit 88cc518

Please sign in to comment.