diff options
| -rw-r--r-- | README.md | 22 |
1 files changed, 16 insertions, 6 deletions
@@ -8,16 +8,26 @@ <br/> </div> +<style> + .installation { background-color: #ff5733; } + .youtube { background-color: #33ff57; } + .wiki { background-color: #5733ff; } + .discussions { background-color: #33ffbd; } + .keybinds { background-color: #ffbd33; } + .discord { background-color: #bd33ff; } +</style> + <div align="center"> <br> - <a href="#installation" style="background-color: #ff5733;"><kbd> <br> Installation <br> </kbd></a>   - <a href="https://www.youtube.com/playlist?list=PLDtGd5Fw5_GjXCznR0BzCJJDIQSZJRbxx" style="background-color: #33ff57;"><kbd> <br> Youtube <br> </kbd></a>   - <a href="https://github.com/JaKooLit/Hyprland-Dots/wiki" style="background-color: #5733ff;"><kbd> <br> Wiki <br> </kbd></a>   - <a href="https://github.com/JaKooLit/Hyprland-Dots/discussions" style="background-color: #33ffbd;"><kbd> <br> Discussions <br> </kbd></a>   - <a href="https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds" style="background-color: #ffbd33;"><kbd> <br> Keybinds <br> </kbd></a>   - <a href="https://discord.gg/V2SJ92vbEN" style="background-color: #bd33ff;"><kbd> <br> Discord <br> </kbd></a> + <a href="#installation" class="installation"><kbd> <br> Installation <br> </kbd></a>   + <a href="https://www.youtube.com/playlist?list=PLDtGd5Fw5_GjXCznR0BzCJJDIQSZJRbxx" class="youtube"><kbd> <br> Youtube <br> </kbd></a>   + <a href="https://github.com/JaKooLit/Hyprland-Dots/wiki" class="wiki"><kbd> <br> Wiki <br> </kbd></a>   + <a href="https://github.com/JaKooLit/Hyprland-Dots/discussions" class="discussions"><kbd> <br> Discussions <br> </kbd></a>   + <a href="https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds" class="keybinds"><kbd> <br> Keybinds <br> </kbd></a>   + <a href="https://discord.gg/V2SJ92vbEN" class="discord"><kbd> <br> Discord <br> </kbd></a> </div><br> + <div align = center> </div> |
