github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/packages/pyroscope-flamegraph/src/sass/flamegraph.scss (about)

     1  @import '../../../../webapp/sass/variables.css';
     2  // Scope all css rules, specially the global ones
     3  // It's important to use a html element (as opposed to a class)
     4  // So that classes generated by CSS modules still have higher specificity
     5  // And therefore overwrite these global rules (specially the reset ones)
     6  pyro-flamegraph {
     7    @import '../../../../webapp/sass/common';
     8    @import '../../../../webapp/sass/reset.scss';
     9  
    10    color: var(--ps-neutral-2);
    11    -webkit-font-smoothing: antialiased;
    12    font: 400 16px/1.7 -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
    13      Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    14  }