mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 17:46:32 +08:00
8 lines
96 B
CSS
8 lines
96 B
CSS
.link {
|
|
color: grey;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.link:hover {
|
|
cursor: pointer;
|
|
} |