]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Card suits have color and use larger font size
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index cb4c23d0fc453a9bc1692d8529d1dd6c26a02569..c16dce8f2c513b4372d390ad27704c905ec93067 100644 (file)
             .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;
+            }
         </style>
     </head>
     <body>