Link in cards.
[heroik.git] / heroik.css
index 55ab0fe..b291e97 100644 (file)
@@ -500,7 +500,7 @@ table {
     content: ' ';
     width: 1.5em;
     height: 1.5em;
-    border-radius: 0.75em;
+    border-radius: 1.5em;
     border: solid black 0.75em;
     display: inline-block;
     box-sizing: border-box;
@@ -525,10 +525,11 @@ table {
 .card .cost .g:before { content: 'g'; }
 
 .card .cost .r {
-    
+    background-color: #e4573c;
     border-color: #e4573c;
 }
 .card .cost .g {
+    background-color: #abbc45;
     border-color: #abbc45;
 }