reforma da interface da página de projetos
Deploy / Deploy (push) Has been cancelled
Details
Deploy / Deploy (push) Has been cancelled
Details
This commit is contained in:
parent
c6aded75e1
commit
d23543a17b
|
|
@ -253,6 +253,15 @@ permalink: /projetos/
|
||||||
.project-card:hover .title {
|
.project-card:hover .title {
|
||||||
color: #3273dc !important;
|
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 */
|
/* Correção para a barra não esticar */
|
||||||
.category-reveal {
|
.category-reveal {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue