From bf15b7b75d573802538f4503b95b53729773a458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 9 Dec 2019 21:44:36 +0100 Subject: [PATCH] make the 'you win' text a bit bigger and yellower --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index e4950e3..0c4d048 100644 --- a/style.css +++ b/style.css @@ -135,10 +135,10 @@ text { } .you-win { - font-size: 64px; + font-size: 80px; text-anchor: middle; dominant-baseline: middle; - fill: #ead38a; + fill: #ffd675; stroke: #2d2520; stroke-width: 4px;