pages/portfolio : suppression style lien
This commit is contained in:
parent
0c813aeb7f
commit
013a872c88
1 changed files with 0 additions and 16 deletions
|
@ -38,20 +38,4 @@ figcaption {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-style: italic;
|
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>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue