Diffstat (limited to 'themed/index.html')
| -rw-r--r-- | themed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/index.html b/themed/index.html index 9b2c809..e333fe6 100644 --- a/themed/index.html +++ b/themed/index.html @@ -7,7 +7,7 @@ {# Repo header #} <div class="pl-2 max-w-7xl mx-auto py-4 flex gap-x-1 items-center"> <a href="{{ cgit_rooturl()|attr }}"><img width="40px" height="40px" src="/favicon.svg" type="image/svg"></img></a> - <a href="{{ cgit_rooturl()|attr }}" class="text-4xl text-[#CCCAC2] hover:text-[#73D0FF] hover:underline"> + <a href="{{ cgit_rooturl()|attr }}" class="text-4xl text-[#CCCAC2] hover:text-[#73D0FF] hover:underline font-mono"> {{ ctx.cfg.root_title }} </a> </div> |