Skip to content

Commit

Permalink
Issue #402: Change colour of non-URL related document links
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigClark authored and lkmorlan committed Apr 24, 2024
1 parent 3299e5a commit 4c4b6e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions html/themes/custom/dc_theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,9 @@ ul.dc-list-inline li:last-child::after, ol.dc-list-inline li:last-child::after {
content: ":";
}
}
.page-node-type-data-set .field--name-field-related-document code {
color: var(--bs-gray-700);
}
.page-node-type-data-set .meta-data-record-view .field--name-field-data-set-type *,
.page-node-type-data-set .meta-data-record-build .field--name-field-data-set-type * {
margin: 0 !important;
Expand Down Expand Up @@ -1132,5 +1135,3 @@ time {
.form-control.hidden {
display: none;
}

/*# sourceMappingURL=style.css.map */
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@

}

.field--name-field-related-document {
code {
color: var(--bs-gray-700);
}
}

.meta-data-record-view,
.meta-data-record-build {

Expand Down

0 comments on commit 4c4b6e7

Please sign in to comment.