removed card shortcode

This commit is contained in:
Jannik Menzel 2025-05-18 14:47:23 +02:00
parent 56e2fd85ff
commit fb2fa4e181
3 changed files with 4 additions and 10 deletions

View file

@ -515,7 +515,10 @@ footer {
.nav-item:hover, .nav-item:active {
background-color: var(--color-accent);
color: var(--color-text);
}
.nav-item:hover .nav-link, .nav-item:active .nav-link {
color: var(--color-dark) !important;
}
.dropdown-item-mobile {

View file

@ -34,11 +34,6 @@
}
}
/* ========================
cards
======================== */
/* ========================
details
======================== */