Skip to content

Commit

Permalink
make buttons a bit darker for better contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwaig committed Nov 25, 2024
1 parent 836cd90 commit 7ea4ab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/research.astro
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ function getVenueString(pubInfo: PublicationType) {
data-bibtex={paper.bibtex}
>
<span class="sr-only">Show BibTeX</span>
<span class="ml-2 text-sm font-bold text-gray-400 move-button">
<span class="ml-2 text-sm font-bold text-gray-500 move-button">
CITE
</span>
<svg
Expand All @@ -933,7 +933,7 @@ function getVenueString(pubInfo: PublicationType) {
target="_blank"
>
<span class="sr-only">Download preprint</span>
<span class="ml-2 text-sm font-bold text-gray-400 move-button">
<span class="ml-2 text-sm font-bold text-gray-500 move-button">
PREPRINT
</span>
<svg
Expand Down Expand Up @@ -963,7 +963,7 @@ function getVenueString(pubInfo: PublicationType) {
target="_blank"
>
<span class="sr-only">View publisher version</span>
<span class="ml-2 text-sm font-bold text-gray-400 move-button">
<span class="ml-2 text-sm font-bold text-gray-500 move-button">
DOI
</span>
<svg
Expand All @@ -990,7 +990,7 @@ function getVenueString(pubInfo: PublicationType) {
aria-label="Toggle abstract"
aria-expanded="false"
>
<span class="ml-2 text-sm font-bold text-gray-400 move-button">
<span class="ml-2 text-sm font-bold text-gray-500 move-button">
ABSTRACT
</span>
<svg
Expand Down

0 comments on commit 7ea4ab6

Please sign in to comment.