Hello,
I want to create a pretty and highly functional dashboard containing all important information and metrics regarding the whole network. Right now I am working on displaying information on failover status for ASA devices.
I was trying to change the style by using this CSS but nothing has changed.
How can I align values used in the markdown loop and play with colors based on returned values?
/* Whole document: */
body{
font-family: Helvetica;
font-size: 222pt;
}
/* Headers */
h1,h2,h3,h4,h5,h6{
font-size: 242pt;
}