diff options
Diffstat (limited to 'templates/page.html')
-rwxr-xr-x | templates/page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page.html b/templates/page.html index ee83cad..eeba7f1 100755 --- a/templates/page.html +++ b/templates/page.html @@ -19,8 +19,8 @@ <p class="subtitle my-2 text-gray-600 italic text-sm">{{ page.description }}</p> {% endif %} <a id="back-to-blog-posts" class="absolute top-0 -left-12" href="/blog" title="Back to blog posts"> - <div class="w-10 overflow-hidden inline-block"> - <div class="h-16 bg-garage-orange hover:bg-garage-gray transform -rotate-45 origin-top-right"></div> + <div class="w-10 overflow-hidden inline-block group"> + <div class="h-16 bg-garage-gray group-hover:bg-garage-orange transform -rotate-45 origin-top-right"></div> </div> </a> </div> |