mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
11 lines
164 B
CSS
11 lines
164 B
CSS
.hscore {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: brown;
|
|
}
|
|
|
|
.cscore {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: saddlebrown;
|
|
} |