For my thesis I have to make a website using the Bootstrap 5 framework, so I've been messing around with "Bootstrap Cards". When I click on a card a border appears. Thought I might fix it overwriting it using the pseudo element :focus
.card:focus {outline: 0 !important;
E.g.:
I guess it's something else then an outline, but don't have the needed knowledge of HTML
Thanks already, Luk Ramon