diff --git a/sass/_buttons.scss b/sass/_buttons.scss index ecd6114..d07ea7d 100644 --- a/sass/_buttons.scss +++ b/sass/_buttons.scss @@ -9,6 +9,7 @@ .inline-button { display: inline-block; transition: var(--transition); + cursor: pointer; box-shadow: var(--edge-highlight); border-radius: var(--rounded-corner); background-color: var(--fg-muted-1); diff --git a/templates/404.html b/templates/404.html index a6e5e7c..212fe7c 100644 --- a/templates/404.html +++ b/templates/404.html @@ -12,6 +12,6 @@
{% endblock content %} diff --git a/templates/blog.html b/templates/blog.html index 9f971fd..f899ce7 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -93,7 +93,7 @@ {% endif %} {% endblock content %} diff --git a/templates/partials/comments.html b/templates/partials/comments.html index 311d100..3a3e4fe 100644 --- a/templates/partials/comments.html +++ b/templates/partials/comments.html @@ -25,7 +25,7 @@- Load comments… + Load Comments…