diff options
| author | ivy <[email protected]> | 2024-03-30 20:37:18 +0100 |
|---|---|---|
| committer | ivy <[email protected]> | 2024-03-30 20:37:18 +0100 |
| commit | d583067a5327c9269965d54597d387a6c5496454 (patch) | |
| tree | 1d341b54e0cbcf1db24da908035451e233236de4 | |
| parent | a1cac997bfea7b1bc6ce2b511136549046862027 (diff) | |
| download | raylib.com-d583067a5327c9269965d54597d387a6c5496454.tar.gz raylib.com-d583067a5327c9269965d54597d387a6c5496454.zip | |
Fix: add `simplelink` class to hidden links on home page
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ Try the raylib-game-template </a> </div> - <p>Apart from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly <a href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p> + <p>Apart from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly <a class="simplelink" href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p> <br> <h2 id="awards"><a class="anchor-link" href="#awards"></a>raylib awards</h2> <br> @@ -127,7 +127,7 @@ <br> <h2 id="bindings"><a class="anchor-link" href="#bindings"></a>raylib language bindings</h2> <br> - <p>You can use raylib with multiple programming languages, there are <a href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>! Here is a list with some of them:</p> + <p>You can use raylib with multiple programming languages, there are <a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>! Here is a list with some of them:</p> <br> <div style="display: flex;"> <div id="bindings" style="margin: 0 auto;"> |
