mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 20:41:01 +08:00
28 lines
361 B
CSS
28 lines
361 B
CSS
.button {
|
|
color: #2a2a2a;
|
|
background: none;
|
|
padding: 0px;
|
|
border: none;
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.button:hover {
|
|
color: #767676;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.button.featured {
|
|
color: #10589b;
|
|
}
|
|
|
|
.button.featured:hover {
|
|
color: #10589b;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 18px;
|
|
padding: 0 5px;
|
|
vertical-align: top;
|
|
} |