X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2Findex.html;h=c16dce8f2c513b4372d390ad27704c905ec93067;hb=b54c12180e5f4eb633e587551715707ec0523943;hp=cb4c23d0fc453a9bc1692d8529d1dd6c26a02569;hpb=0a84fe6ae178e6952c17e4208de8b405e5da55a8;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index cb4c23d..c16dce8 100644 --- a/src/index.html +++ b/src/index.html @@ -61,6 +61,22 @@ .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; + }