mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 13:22:27 +08:00
15 lines
260 B
CSS
15 lines
260 B
CSS
.Respect {
|
|
display: inline-block;
|
|
button {
|
|
color: #161616;
|
|
margin: 5px 10px 5px 0px;
|
|
background: none;
|
|
padding: 0px;
|
|
border: none;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.clicked {
|
|
color: #ffcc00;
|
|
}
|
|
} |