Skip to content
Snippets Groups Projects
Commit 2f8b8b06 authored by Hideki Shimizu's avatar Hideki Shimizu
Browse files

[add] embedded_css.html, for css inside html

parent be64773d
Branches
1 merge request!2ver 1.0 release
<style type="text/css">
{{ range $key, $value := .Site.Data.tag_color }}
a.tagbutton.{{ $key }} {
background-image: linear-gradient(45deg, {{ $value }} 0%, {{ $value }} 100%);
border: solid 1px {{ $value }};
color: white;
}
a.tagbutton.{{ $key }}:hover {
background : white;
border: solid 1px {{ $value }};
color:{{ $value }};
}
{{ end }}
</style>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment