|
@import "variables";
|
|
|
|
|
|
vn-entry-summary .summary {
|
|
max-width: $width-lg;
|
|
|
|
.dark-row {
|
|
background-color: lighten($color-marginal, 10%);
|
|
}
|
|
|
|
tbody {
|
|
border: 2px solid $color-marginal;
|
|
}
|
|
|
|
tr {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
$color-font-link-medium: lighten($color-font-link, 20%) |