From d23543a17b57ed8811d322d07999e559e54d1839 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Mon, 15 Dec 2025 18:10:08 -0300 Subject: [PATCH] =?UTF-8?q?reforma=20da=20interface=20da=20p=C3=A1gina=20d?= =?UTF-8?q?e=20projetos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/projetos.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/projetos.md b/pages/projetos.md index ecae8064..2ffe2db1 100755 --- a/pages/projetos.md +++ b/pages/projetos.md @@ -253,6 +253,15 @@ permalink: /projetos/ .project-card:hover .title { color: #3273dc !important; } + .category-reveal summary { + list-style: none; + transition: all 0.2s ease; + } + .category-reveal summary::-webkit-details-marker { display: none; } + .category-reveal summary:hover { + background-color: #f8fbff; + border-color: #3273dc; + } /* Correção para a barra não esticar */ .category-reveal { width: 100%;