pub const DEFAULT_METRICS_CSS: &str = r#"
:root { color-scheme: light dark; font-family: system-ui, sans-serif; }
body { max-width: 1080px; margin: 0 auto; padding: 2rem; }
h1 { margin-bottom: .25rem; }
.timestamp { color: #666; margin-top: 0; }
table { border-collapse: collapse; margin-top: 1.5rem; width: 100%; }
th, td { border: 1px solid #bbb; padding: .6rem .8rem; text-align: left; }
th { background: rgba(127, 127, 127, .14); }
tr:nth-child(even) { background: rgba(127, 127, 127, .07); }
footer { color: #666; font-size: .85rem; margin-top: 2rem; }
"#;Expand description
Complete built-in stylesheet used when no custom CSS is supplied.