I have a design problem where I really don't know how to handle it. I am using Bootstrap 5 together with Bootstrap icons and my website creates a card for every client entry (clients = devices). The color scheme is a dark sidebar and blue highlights.
This card displays the name of the client, the current IP, two download links for downloading a certificate and key and aswell the information when this certificate wont be valid anymore. So when you click onto the blue text with the filename, a download will start. There is also an icon (the tool icon) that opens a popup to change the IP and a link ("create new certificate") that opens up another popup for creating a new certificate for this client.
Currently my card just looks very basic and I think it has to much blue in it. If many card are visible at the same time you will only see those blue links everywhere and thats a it to much I think. I tryed a differend design version (Example2) with icons and its a bit better but I am still not satisfied with that. How could I solve this problem to make the card more appealing to the user? The website is only for desktop usage, so it doesn't need mobile compatibility.


