.my-style{
    background-color: pink;
    color:var(--text--color);
}
.my-style:hover{
    background-color: var(--text2--color);
}