mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 08:34:44 +08:00
Fix monospace.
This commit is contained in:
+6
-1
@@ -243,7 +243,6 @@ html, body {
|
||||
}
|
||||
|
||||
/* Application area */
|
||||
|
||||
textarea {
|
||||
font-variant-numeric: tabular-nums lining-nums;
|
||||
font-family: monospace, monospace;
|
||||
@@ -254,6 +253,12 @@ textarea {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
@media handheld {
|
||||
textarea {
|
||||
font-family: "Consolas","Menlo","Monaco","Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace;
|
||||
}
|
||||
}
|
||||
|
||||
#input, #output, #errors, #menu_bar, #latex, #html {
|
||||
display:block;
|
||||
color:var(--fg-color);
|
||||
|
||||
Reference in New Issue
Block a user