highlight project link

This commit is contained in:
ghost 2024-02-25 06:42:30 +02:00
parent 535225f395
commit 7d73993029
2 changed files with 2 additions and 2 deletions

View file

@ -33,6 +33,6 @@ server {
sub_filter "url('/" "url('http://mentallandscape.com.bro.ygg/";
# Feedback link to project repository
sub_filter '</body>' '<a style="position:fixed;top:20px;right:20px;z-index:999" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/mentallandscape.com/mentallandscape.com.bro.ygg" target="_blank">YGGbro</a></body>';
sub_filter '</body>' '<a style="position:fixed;top:20px;right:20px;z-index:999;color:#fff" href="https://github.com/YGGverse/YGGbro/tree/main/nginx/mentallandscape.com/mentallandscape.com.bro.ygg" target="_blank">YGGbro</a></body>';
}
}