mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 16:14:49 +08:00
12 lines
171 B
CSS
12 lines
171 B
CSS
.info {
|
|
background-color: rgba(44, 44, 44, 0.89);
|
|
color: white;
|
|
padding: 2px 4px;
|
|
font-size: 0.8em;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.toxic {
|
|
background-color: #d03235;
|
|
}
|