mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-05 21:02:39 +08:00
Changed CSS to use 'Courier New' instead of 'Courier'.
This commit is contained in:
@@ -44,7 +44,7 @@ b {
|
||||
pre {
|
||||
display: block;
|
||||
white-space: pre;
|
||||
font-family: courier;
|
||||
font-family: courier new;
|
||||
font-size: 87.5%;
|
||||
}
|
||||
|
||||
@@ -124,19 +124,19 @@ pre {
|
||||
|
||||
.arg {
|
||||
font-style: italic;
|
||||
font-family: courier;
|
||||
font-family: courier new;
|
||||
}
|
||||
|
||||
.userinput {
|
||||
display: block;
|
||||
white-space: pre;
|
||||
font-family: courier;
|
||||
font-family: courier new;
|
||||
font-size: 87.5%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.code {
|
||||
font-family: courier;
|
||||
font-family: courier new;
|
||||
}
|
||||
|
||||
.code table {
|
||||
@@ -147,7 +147,7 @@ pre {
|
||||
.codeblock {
|
||||
display: block;
|
||||
white-space: pre;
|
||||
font-family: courier;
|
||||
font-family: courier new;
|
||||
font-size: 87.5%;
|
||||
border: 1px solid #000000;
|
||||
padding: 1em;
|
||||
|
||||
Reference in New Issue
Block a user