chrome-devtools-frontend
Version:
Chrome DevTools UI
24 lines (19 loc) • 516 B
CSS
/*
* Copyright 2025 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.insight-body {
--override-timeline-link-text-decoration: none;
--override-timeline-link-text-color: var(--sys-color-on-surface);
.max-time {
text-align: center;
.longest {
color: var(--sys-color-error);
}
}
.section-title{
font: var(--sys-typescale-body4-bold);
padding-bottom: var(--sys-size-2);
}
}