Card suits have color and use larger font size

This commit is contained in:
Ian Coleman
2016-11-14 13:03:43 +11:00
parent 0a84fe6ae1
commit b54c12180e
3 changed files with 25 additions and 1 deletions
+16
View File
@@ -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;
}
</style>
</head>
<body>