Disabling target style
This commit is contained in:
@@ -7,6 +7,7 @@ You can see Moonwalk live by visting its [demo site](https://arkhamcookie.github
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Vertical Card Lists** support
|
- **Vertical Card Lists** support
|
||||||
|
- Disabling **target** style
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
3
assets/css/override.css
Normal file
3
assets/css/override.css
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
*:target {
|
||||||
|
background-color: none !important;
|
||||||
|
}
|
||||||
@@ -48,3 +48,15 @@
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{{- with resources.Get "css/override.css" }}
|
||||||
|
{{- if hugo.IsDevelopment }}
|
||||||
|
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
||||||
|
{{- else }}
|
||||||
|
{{- with . | minify | fingerprint }}
|
||||||
|
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
||||||
|
{{- end}}
|
||||||
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user