use Monaco
This commit is contained in:
@@ -178,7 +178,7 @@ function type(status: ProblemStatus) {
|
|||||||
.problemContent .testcase {
|
.problemContent .testcase {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-family: "Consolas";
|
font-family: "Monaco";
|
||||||
}
|
}
|
||||||
|
|
||||||
.problemContent .success {
|
.problemContent .success {
|
||||||
@@ -208,7 +208,7 @@ function type(status: ProblemStatus) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.problemContent > .content > pre > code {
|
.problemContent > .content > pre > code {
|
||||||
font-family: "Consolas";
|
font-family: "Monaco";
|
||||||
}
|
}
|
||||||
|
|
||||||
.__layout-dark .problemContent > .content > pre {
|
.__layout-dark .problemContent > .content > pre {
|
||||||
|
|||||||
@@ -42,6 +42,6 @@ function clear() {
|
|||||||
.testcase {
|
.testcase {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: "Consolas";
|
font-family: "Monaco";
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user