From cacf0f04a3255f461772de457b390a2cb7e320ef Mon Sep 17 00:00:00 2001 From: maggie Date: Mon, 10 Feb 2025 14:32:04 +0300 Subject: [PATCH] pixelated css meow --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) mode change 100755 => 100644 style.css diff --git a/style.css b/style.css old mode 100755 new mode 100644 index 31659f6..59283e3 --- a/style.css +++ b/style.css @@ -47,6 +47,17 @@ ul { margin-right: 2.5rem; } +div.buttons a { + font-size: 0; +} +div.buttons a > img { + image-rendering: crisp-edges; + image-rendering: pixelated; + object-fit: contain; + width: 88px; + height: 31px; +} + .flex-container { display: flex; text-align: center;