summaryrefslogtreecommitdiff
path: root/cards.css
diff options
context:
space:
mode:
Diffstat (limited to 'cards.css')
-rw-r--r--cards.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/cards.css b/cards.css
index 16c60ba..baa33c9 100644
--- a/cards.css
+++ b/cards.css
@@ -19,10 +19,17 @@
.aow .number {
display: none;
- font: 8px / 8px "B612";
+ font: 8px "B612";
position: absolute;
- right: 12px;
+ width: 16px;
+ text-align: center;
+ right: 9px;
bottom: 12px;
+ color: #000a;
+}
+
+body.shift .aow .number {
+ display: block;
}
.aow.lancaster .event .text { background-color: #eff1db80 }