From 013319d7a4651d1708280f556e39c2f03839426a Mon Sep 17 00:00:00 2001 From: Maks Jopek Date: Sun, 25 Apr 2021 12:07:36 +0200 Subject: Almost going in a circle --- public/css/fia.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/css/fia.css b/public/css/fia.css index fc660aa..0bb0749 100644 --- a/public/css/fia.css +++ b/public/css/fia.css @@ -7,6 +7,7 @@ border-collapse: separate; padding: 0; border-spacing: 0; + opacity: 1; } .game-table tr { padding: 0; @@ -53,11 +54,12 @@ .player-name :nth-child(even) { float: right; } - .chequer { background-size: contain; border-radius: 50%; - color: palevioletred; + font-size: 30px; + color: black; + -webkit-text-stroke: 5px black; } .chequer-red { background-image: url("https://jopek.eu/maks/szkola/apkKli/fiaFiles/chequer-red.png"); -- cgit v1.3.1