Skip to content

Commit bdfa3cc

Browse files
committed
All input fields are now dark
1 parent 7709c88 commit bdfa3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pages/Home/JwtDecoder/JwtDecoder.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "~/jwt-decoder"
1+
@page "~/jwt-decoder"
22
@model IdentityServerHost.Pages.Home.JwtDecoder
33

44
<div class="jwt-decoder-page">
@@ -47,7 +47,7 @@
4747
</div>
4848
<div class="form-group">
4949
<label for="jwks-url">Issuer, Discovery Document or JWKs URI</label>
50-
<input type="url" class="form-control mb-2 mr-sm-2" id="jwks-url" name="jwks-url" aria-describedby="jwks-url-help" data-pristine="true" />
50+
<input type="url" class="form-control mb-2 mr-sm-2 bg-dark text-light" id="jwks-url" name="jwks-url" aria-describedby="jwks-url-help" data-pristine="true" />
5151
<small id="jwks-url-help" class="form-text text-muted">
5252
Optionally, you can provide the issuer, discovery document or JWKs URI to validate the JWT's signature.
5353
If you leave this field empty, the tool will use the value of the 'iss' claim.

0 commit comments

Comments
 (0)