Browse Source

css

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
sqlite
Stephan Richter 4 months ago
parent
commit
3c4116453b
  1. 1
      de.srsoftware.oidc.web/src/main/resources/en/clients.html
  2. 1
      de.srsoftware.oidc.web/src/main/resources/en/index.html
  3. 1
      de.srsoftware.oidc.web/src/main/resources/en/settings.html
  4. 12
      de.srsoftware.oidc.web/src/main/resources/en/style.css

1
de.srsoftware.oidc.web/src/main/resources/en/clients.html

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<script src="common.js"></script>
<script src="user.js"></script>
<script src="clients.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>

1
de.srsoftware.oidc.web/src/main/resources/en/index.html

@ -4,6 +4,7 @@ @@ -4,6 +4,7 @@
<title>Light OIDC</title>
<script src="common.js"></script>
<script src="user.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav></nav>

1
de.srsoftware.oidc.web/src/main/resources/en/settings.html

@ -5,6 +5,7 @@ @@ -5,6 +5,7 @@
<script src="common.js"></script>
<script src="user.js"></script>
<script src="settings.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav></nav>

12
de.srsoftware.oidc.web/src/main/resources/en/style.css

@ -0,0 +1,12 @@ @@ -0,0 +1,12 @@
body {
background: black;
color: white;
}
body fieldset {
border-radius: 10px;
}
a {
color: yellow;
}
Loading…
Cancel
Save