mirror of
https://github.com/wassname/talk.git
synced 2026-07-18 12:40:13 +08:00
9 lines
122 B
CSS
9 lines
122 B
CSS
.option {
|
|
padding: 10px;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.option:hover {
|
|
background-color: #eee;
|
|
cursor: pointer;
|
|
} |