mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 21:09:45 +08:00
17 lines
214 B
CSS
17 lines
214 B
CSS
.content {
|
|
a {
|
|
color: #063b9a;
|
|
text-decoration: underline;
|
|
font-weight: 300;
|
|
background-color: #f4ff81;
|
|
}
|
|
|
|
mark {
|
|
background-color: #f4ff81;
|
|
}
|
|
|
|
b, strong {
|
|
font-weight: 600;
|
|
}
|
|
}
|