use consolas.
This commit is contained in:
@@ -178,6 +178,7 @@ function type(status: ProblemStatus) {
|
||||
.problemContent .testcase {
|
||||
font-size: 14px;
|
||||
white-space: pre;
|
||||
font-family: "Consolas";
|
||||
}
|
||||
|
||||
.problemContent .success {
|
||||
@@ -203,6 +204,7 @@ function type(status: ProblemStatus) {
|
||||
box-sizing: border-box;
|
||||
transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1),
|
||||
border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
font-family: "Consolas";
|
||||
}
|
||||
|
||||
.__layout-dark .problemContent > .content > pre {
|
||||
|
||||
@@ -42,5 +42,6 @@ function clear() {
|
||||
.testcase {
|
||||
white-space: pre;
|
||||
font-size: 16px;
|
||||
font-family: "Consolas";
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user