diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-06-06 21:19:51 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-06-06 21:19:51 +0900 |
| commit | 18b4118a9abae678b0c63dd1721efacae7507b90 (patch) | |
| tree | d595f9b8f660c069023bf791afb06745d29a5a43 | |
| parent | 31603ca95a42b60708f2b07270cda79ee0e79554 (diff) | |
updated readme
| -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> |
