Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Dec 19, 2023
1 parent 01f1975 commit 7c93825
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions marda_registry/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ body {
width: 180px;
}

a {
color: #F8F8F8;
}

p > a{
color: #58D0BB;
Expand All @@ -173,6 +176,7 @@ p > a:hover{
border: 2px solid #58D0BB;
}


.navbar a:hover {
text-decoration: none;
font-weight: bold;
Expand Down Expand Up @@ -202,3 +206,8 @@ p > a:hover{
color: #EEFF41;
border: 2px solid #EEFF41;
}


.ex-citation-title {
font-style: italic;
}
2 changes: 1 addition & 1 deletion marda_registry/templates/extractor.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4>References:</h4>
<li class="ex-citation">
<span class="ex-citation-type">{{ ref['type'] | title }}: </span>
<span class="ex-citation-creators">
{{ ', '.join(ref['creators']) }}
{{ ', '.join(ref['creators']) }},
</span>
<span class="ex-citation-title">{{ ref['title'] }}</span>
<div class="ex-citation-uri">
Expand Down

0 comments on commit 7c93825

Please sign in to comment.