aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html16
1 files changed, 16 insertions, 0 deletions
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 @@
61 .entropy-container li { 61 .entropy-container li {
62 padding-bottom: 5px; 62 padding-bottom: 5px;
63 } 63 }
64 .card-suit {
65 font-size: 26px;
66 line-height: 0;
67 }
68 .card-suit.club {
69 color: #009F00;
70 }
71 .card-suit.diamond {
72 color: #3D5DC4;
73 }
74 .card-suit.heart {
75 color: #F00;
76 }
77 .card-suit.spade {
78 color: #000;
79 }
64 </style> 80 </style>
65 </head> 81 </head>
66 <body> 82 <body>