github.com/grafana/pyroscope@v1.18.0/pkg/api/static/pyroscope-styles.css (about) 1 a { 2 color: #2864bb; 3 text-decoration: none; 4 } 5 6 a:hover, a:active { 7 text-decoration: underline; 8 } 9 10 .header .pyroscope-brand { 11 max-width: 150px; 12 } 13 14 @media (min-width: 576px) { 15 .header .pyroscope-brand { 16 max-height: calc(1.375rem + 1.5vw); /* same as h1 font-size */ 17 } 18 } 19 20 @media (min-width: 1200px) { 21 .header .pyroscope-brand { 22 max-height: 2.5rem; /* same as h1 font-size */ 23 } 24 } 25 26 27 .service-row h2 { 28 display: inline; 29 font-size: var(--bs-body-font-size); 30 font-weight: bolder !important; 31 line-height: var(--bs-body-line-height); 32 } 33 34 /* fit table column to the width of the content */ 35 .fit-width { 36 width:0.1%; 37 white-space: nowrap; 38 }