mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 01:24:02 +08:00
13 lines
173 B
CSS
13 lines
173 B
CSS
.content {
|
|
a {
|
|
color: #063b9a;
|
|
text-decoration: underline;
|
|
font-weight: 300;
|
|
background-color: #f4ff81;
|
|
}
|
|
|
|
mark {
|
|
background-color: #f4ff81;
|
|
}
|
|
}
|