blob: 3a59a469bae9a2af16e4c1ecd694051f8a4002f5 [file] [log] [blame]
@import '~elements-sk/colors';
@import '../colors';
changelists-page-sk {
thead th {
font-weight: bold;
text-align: left;
}
tr:hover {
background: var(--dark-white);
}
td {
padding: 0.25em;
min-width: 6em;
word-break: break-word;
}
a {
color: var(--bright-orange);
font-weight: bold;
cursor: pointer;
}
}