mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
9 lines
167 B
CSS
9 lines
167 B
CSS
.Love {
|
|
display: inline-block;
|
|
button {
|
|
padding: 10px 2px;
|
|
border-radius: 3px;
|
|
background: deepskyblue;
|
|
color: #161616;
|
|
}
|
|
} |