X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=c16dce8f2c513b4372d390ad27704c905ec93067;hb=b54c12180e5f4eb633e587551715707ec0523943;hp=dd49de6ec561dfe03cf3f092b0e46fc62833b807;hpb=eea357ca48986a384032467962e38c824c22cf4a;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index dd49de6..c16dce8 100644 --- a/src/index.html +++ b/src/index.html @@ -43,7 +43,7 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; @@ -54,6 +54,29 @@ .monospace { font-family: monospace; } + .entropy-container .filtered, + .entropy-container .binary { + word-wrap: break-word; + } + .entropy-container li { + padding-bottom: 5px; + } + .card-suit { + font-size: 26px; + line-height: 0; + } + .card-suit.club { + color: #009F00; + } + .card-suit.diamond { + color: #3D5DC4; + } + .card-suit.heart { + color: #F00; + } + .card-suit.spade { + color: #000; + } @@ -95,58 +118,36 @@