From 636bdfce4fd9ab451cd53c77d1c049fc4bd19329 Mon Sep 17 00:00:00 2001 From: wolkanca Date: Mon, 6 May 2024 21:08:05 +0300 Subject: [PATCH] img.error - Update index.html img.error { text-indent: -999rem; } --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index dad5a30..cae8307 100644 --- a/index.html +++ b/index.html @@ -391,6 +391,9 @@ background: var(--arka); color: var(--metin); } + img.error { + text-indent: -999rem; + }