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%;
padding: 0 0 1.2em 0;
}
.shell .prompt:focus {
border: none;
outline: none;
}
.shell .output {
font-size: 1.4166666667em;
}

View file

@ -14,6 +14,11 @@
padding: 0 0 1.2em 0;
}
.prompt:focus {
border: none;
outline: none;
}
.output {
font-size: $shell_font_size / 1.2;
}
@ -30,3 +35,4 @@
font-size: $shell_font_size;
color: $default_content_colour;
}