|
|
|
|
@ -100,6 +100,7 @@ div#formatted-bibliography .csl-bib-body {
|
|
|
|
|
line-height: 1.4; |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
font-size: 0.9em; |
|
|
|
|
color: var(--color-text-neutral-medium); |
|
|
|
|
a.views-more-link { |
|
|
|
|
text-decoration: underline; |
|
|
|
|
} |
|
|
|
|
@ -142,3 +143,8 @@ nav.pager {
|
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
} |
|
|
|
|
.views-field.views-field-dc-description a { |
|
|
|
|
/* color: black; */ |
|
|
|
|
text-decoration: none; |
|
|
|
|
color: var(--color-text-neutral-medium); |
|
|
|
|
} |
|
|
|
|
|