diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-25 12:07:36 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-25 12:07:36 +0200 |
| commit | 013319d7a4651d1708280f556e39c2f03839426a (patch) | |
| tree | 704e51c6d4d96360611819628be3c78edec2f9d8 /public | |
| parent | 13dcc2c8fc1d11e3b94432fffc4c4f186bd94d29 (diff) | |
| download | fia-013319d7a4651d1708280f556e39c2f03839426a.tar.gz fia-013319d7a4651d1708280f556e39c2f03839426a.tar.zst fia-013319d7a4651d1708280f556e39c2f03839426a.zip | |
Almost going in a circle
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/fia.css | 6 |
1 files changed, 4 insertions, 2 deletions
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"); |
