update @ Sun 5 Sep 05:27:22 EEST 2021

This commit is contained in:
Ari Archer 2021-09-05 05:27:22 +03:00
parent b3f22315ac
commit 944c878783
2 changed files with 11 additions and 1 deletions

View file

@ -9,6 +9,10 @@
width: 90%; width: 90%;
padding: 0 0 1.2em 0; padding: 0 0 1.2em 0;
} }
.shell .prompt:focus {
border: none;
outline: none;
}
.shell .output { .shell .output {
font-size: 1.4166666667em; font-size: 1.4166666667em;
} }

View file

@ -14,6 +14,11 @@
padding: 0 0 1.2em 0; padding: 0 0 1.2em 0;
} }
.prompt:focus {
border: none;
outline: none;
}
.output { .output {
font-size: $shell_font_size / 1.2; font-size: $shell_font_size / 1.2;
} }
@ -29,4 +34,5 @@
content: '# '; content: '# ';
font-size: $shell_font_size; font-size: $shell_font_size;
color: $default_content_colour; color: $default_content_colour;
} }