5 lines
80 B
CSS
5 lines
80 B
CSS
.textBg:hover,
|
|
.textBg.active{
|
|
background-color: rgba(21, 94, 239, 0.08);
|
|
}
|