Add some changes to the footer for images.
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
{{- /* Head custom content area start */ -}}
|
||||
{{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the <head></head> section of every page. */ -}}
|
||||
{{- /* Can be overwritten by partial with the same name in the global layouts. */ -}}
|
||||
<style>
|
||||
a.nodecoration:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.nodecoration:visited {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.nodecoration:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
a.nodecoration:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
</style>
|
||||
{{- /* Head custom content area end */ -}}
|
||||
|
||||
Reference in New Issue
Block a user