change color p
This commit is contained in:
parent
07fa6e041f
commit
2a13fa49b2
@ -145,3 +145,11 @@ a.tlacitko:hover {
|
||||
.tlacitko:hover {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
p:hover {
|
||||
color: var(--my-brown);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user