Skip to content

Commit

Permalink
Add giscus.json so comments preview in DEV env; fix disabled contrast.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-p-randall committed Jan 11, 2024
1 parent 991a499 commit 637b7bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/* My additions */

.pagination li a.disabled {
color: rgba(241,241,241,0.8);
color: mix(#fff, $text-color, 25% /* 20% */); /* rgba(241,241,241,0.8); */
}

.sidebar {
Expand Down
9 changes: 9 additions & 0 deletions giscus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"origins": [
"https://www.ryanpatrickrandall.com",
"https://ryan-p-randall.github.io"
],
"originsRegex": [
"http://localhost:[0-9]+"
]
}

0 comments on commit 637b7bd

Please sign in to comment.