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