blob: e9229f9c4e1178ea0e1042903b8159be6ffd97e2 [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
div.group-title {
color: var(--dark-green-grey);
font-size: 14px;
border-bottom: 1px solid var(--light-grey2);
font-weight: var(--font-weight-medium);
}
.darkTheme div.group-title {
color: var(--light-green-grey);
border-bottom: 1px solid #666;
}
div.historyValue {
color: var(--dark-green-grey) !important;
font-weight: normal !important;
}