From 20e9a77342cbb2d96caa91730c851fb62dcdd994 Mon Sep 17 00:00:00 2001 From: Rafael Tavares Juliani <> Date: Mon, 4 Aug 2025 23:13:26 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20corre=C3=A7=C3=A3o=20de=20digita=C3=A7?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/configuracoesleitor.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/configuracoesleitor.css b/css/configuracoesleitor.css index 2ffdfb8..170ba6f 100644 --- a/css/configuracoesleitor.css +++ b/css/configuracoesleitor.css @@ -172,17 +172,19 @@ object pre { background-color: #444 !important; } -logo-link-livros-moan { - display: inline-block; +.logo-link-livros-moan { + display: inline-block; width: 28px; height: 28px; background-image: url('https://leitorweb.livro.online/favicon.svg'); background-size: contain; background-repeat: no-repeat; + vertical-align: middle; + margin-top: -3px; } -body.quarto-light a.logo-link-livros-moan { - background-image: url('https://leitorweb.livro.online/favicon.svg'); +body.quarto-dark a.logo-link-livros-moan { + background-image: url('https://leitorweb.livro.online/favicon_branco.svg'); } h1 {