mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
3 years ago
|
.highLight {
|
||
|
background-color: rgba(0,0,0,0.2);
|
||
|
border-radius: 0.25rem;
|
||
|
padding-top: 0.25rem;
|
||
|
padding-bottom: 0.25rem;
|
||
|
padding-left: 0.5rem;
|
||
|
padding-right: 0.5rem;
|
||
|
}
|