pages/portfolio : suppression style lien

This commit is contained in:
Ahurac 2024-05-23 11:19:38 +02:00
parent 0c813aeb7f
commit 013a872c88

View file

@ -38,20 +38,4 @@ figcaption {
text-align: center;
font-style: italic;
}
a {
background-color: white;
text-decoration: none;
color: black;
border-radius: 8px;
padding-left: 5px;
padding-right: 5px;
}
a:hover {
background-color: rgba(0, 0, 0, 0);
color: white;
outline: 1px solid white;
outline-offset: -2px;
}
</style>