mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
10 lines
129 B
CSS
10 lines
129 B
CSS
span.caption {
|
|
font-size: .8em;
|
|
font-weight: 600;
|
|
}
|
|
|
|
span.caption code {
|
|
font-size: 0.875em;
|
|
font-weight: 400;
|
|
}
|