accuracy / popup.css
Soluses's picture
Upload 5 files
fdda2ab
raw
history blame
229 Bytes
/* Add your custom styles here */
#metrics {
font-family: Arial, sans-serif;
padding: 10px;
}
p {
margin: 0;
}
.metric {
margin-bottom: 10px;
}
.metric-label {
font-weight: bold;
}
.metric-value {
color: #333;
}