Skip to content

Commit

Permalink
- CHG: Adjustment to opacity of jump nav.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 23, 2022
1 parent 2c8dcaf commit c56e58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DataView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export default {
right: 1em;
bottom: 20%;
transition: opacity linear 0.1s;
opacity: 0.5;
opacity: 0.66;
}
#jump-navigation:hover,
#jump-navigation:focus {
Expand Down

0 comments on commit c56e58c

Please sign in to comment.