mirror of
https://github.com/trwnh/hugo-theme-paradox.git
synced 2024-11-14 15:31:21 +00:00
11 lines
144 B
HTML
11 lines
144 B
HTML
<style>
|
|
a[href^="{{.Site.BaseURL}}"] svg
|
|
{
|
|
display: none !important;
|
|
}
|
|
|
|
a[href^="http://localhost"] svg
|
|
{
|
|
display: none !important;
|
|
}
|
|
</style> |