Hello
In splunk Cloud, how to change the background color and centre the links.
Please find below the code
<dashboard stylesheet="sample_dashboards.css" theme="dark">
<row>
<panel>
<html>
<style>.btn-primary { margin: 5px 10px 5px 0; }</style>
<p>
<a href="
https://xyzabc.com" style="color:white;">BLOCK</a>
</p>
</html>
</panel>