feedizer/cmd/feedizer/internal/templates/partials/head.html

34 lines
725 B
HTML

<title>{{ .Title or "Feedizer" }}</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/lib/foundation/css/foundation.css">
<style type='text/css'>
body {
background-color: #fafafa;
}
.announce-foot {
color: #6F6F6F;
font-size: small;
}
label small {
font-size: 66% !important;
text-transform: none !important;
}
.gray-out {
opacity: 0.6;
transition: opacity 300ms ease-out 0s;
}
.gray-out:active,
.gray-out:focus,
.gray-out:hover {
opacity: 1;
}
</style>