reforma da interface da página de projetos
Deploy / Deploy (push) Has been cancelled Details

This commit is contained in:
JotaChina 2025-12-15 18:10:08 -03:00
parent c6aded75e1
commit d23543a17b
1 changed files with 9 additions and 0 deletions

View File

@ -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%;