+
🎵 {{ page.bpm }} BPM
{% else %}
-
+
{% endif %}
-
+
{% if page.tags %}
@@ -204,10 +242,26 @@ permalink: /projetos/
border-color: #3273dc !important;
transform: translateY(-1px);
}
+ /* Estilo para os botões de filtro */
+ #genre-filters .button {
+ margin-bottom: 0.5rem;
+ transition: all 0.2s;
+ }
+ #genre-filters .button:not(.is-active) {
+ background-color: white;
+ border-color: #dbdbdb;
+ color: #363636;
+ }
+ #genre-filters .button.is-active {
+ box-shadow: 0 2px 4px rgba(0,0,0,0.2);
+ }
+
\ No newline at end of file