debug-server-next
Version:
Dev server for hippy-core.
15 lines (12 loc) • 461 B
CSS
/*
* Copyright 2021 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.
*/
.protocol-monitor {
--override-data-grid-sent-message-row-background-color: hsl(281deg 64% 95%);
}
.-theme-with-dark-background .protocol-monitor,
:host-context(.-theme-with-dark-background) .protocol-monitor {
--override-data-grid-sent-message-row-background-color: rgb(44 0 64);
}