mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-12 00:50:55 +00:00
18 lines
798 B
Handlebars
18 lines
798 B
Handlebars
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="format-detection" content="telephone=no,date=no,address=no,email=no,url=no">
|
|
<meta name="color-scheme" content="light dark">
|
|
<meta name="supported-color-schemes" content="light dark">
|
|
<title>{{.}}</title>
|
|
|
|
<style>
|
|
body {margin: 0; padding: 0}
|
|
body, td {font-family: -apple-system, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif}
|
|
a, a:visited {color: #0969da; text-decoration: none}
|
|
a:hover {text-decoration: underline}
|
|
blockquote {padding-left: 1em; margin: 1em 0; border-left: 1px solid grey}
|
|
@media (prefers-color-scheme: dark) {
|
|
a, a:visited {color: #58a6ff}
|
|
.mail-footer td {border-top-color: #3f4248 !important; color: #8c959f !important}
|
|
}
|
|
</style>
|