Files
LightOidc/de.srsoftware.oidc.light/src/main/resources/templates/head.snippet
2024-05-21 22:21:20 +02:00

16 lines
273 B
Plaintext

<meta charset="UTF-8">
<title>{title}</title>
<style>
body{
background-color: #555;
color: #eeffee;
}
label{
display: block;
}
fieldset{
border-radius: 10px;
display: inline;
margin: 0 auto;
}
</style>