Skip to content

Commit

Permalink
Not sure why border is not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
jbisits committed Jan 27, 2025
1 parent b71bd69 commit 19ec556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ defaults:

scholar:
style: apa
order: descending
bibliography_template: bib

replace_strings: true
Expand Down
4 changes: 2 additions & 2 deletions _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{{ reference | replace_first: 'Bisits, J. I.', '<b>Bisits, J. I.</b>' }}

{% if entry.doi %}
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="position:relative;white-space: normal; color:var(--link-color); border-color:var(--link-color);">Link</button></a>
<a href="http://dx.doi.org/{{entry.doi}}"><button class="btn btnId btnPub--download" style="outline:none; position:relative;white-space: normal; color:var(--link-color); border-color:var(--link-color);">Link</button></a>
{% endif %}

{% if entry.abstract %}
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="color:var(--info-color); border-color:var(--info-color);">Abstract</button>
<button class="btn btnId btnPub--abstract" id="b_{{key}}-abstract" style="outline:none; color:var(--info-color); border-color:var(--info-color);">Abstract</button>
{% endif %}

<div class="dropDownAbstract" id="{{key}}-abstract" style="display:none; font-size: 0.75rem;">
Expand Down

0 comments on commit 19ec556

Please sign in to comment.