Skip to content

Commit 96a7117

Browse files
Added citation styling (#196)
Added styling for the citation block. Closes #173
1 parent ee712ba commit 96a7117

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/style/pages/packages.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ ul.ui-autocomplete li::before {
115115
content: none;
116116
}
117117

118+
.bioc-citation {
119+
background-color: var(--neutral-n50);
120+
border: 1px solid var(--neutral-n75);
121+
padding: 1rem 1rem 0;
122+
margin: 0.5rem 0 1rem;
123+
}
124+
118125
@media (max-device-width: 1250px), (max-width: 1250px) {
119126
.biocViewsTreeContainer {
120127
display: flex;

0 commit comments

Comments
 (0)