change color p

This commit is contained in:
Lukáš 2024-02-13 23:42:40 +01:00
parent 07fa6e041f
commit 2a13fa49b2

View File

@ -145,3 +145,11 @@ a.tlacitko:hover {
.tlacitko:hover { .tlacitko:hover {
font-size: 20px; font-size: 20px;
} }
p {
transition: color 0.3s ease;
}
p:hover {
color: var(--my-brown);
}