mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 09:20:31 +08:00
10 lines
123 B
CSS
10 lines
123 B
CSS
.button {
|
|
background-color: #2a2a2a;
|
|
color: #FFF;
|
|
}
|
|
|
|
.button:hover {
|
|
background-color: #767676;
|
|
color: #FFF;
|
|
}
|