pages/portfolio : style pour le code

This commit is contained in:
Ahurac 2024-05-23 11:40:10 +02:00
parent 502e5274a7
commit 8b4dcffff4

View file

@ -72,4 +72,11 @@ a:hover::before {
a:hover { a:hover {
color: white; color: white;
} }
code {
padding: 2px;
border: 1px solid #ffffff80;
border-radius: 5px;
background-color: #00000080;
}
</style> </style>