mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Sun 5 Sep 05:27:22 EEST 2021
This commit is contained in:
parent
b3f22315ac
commit
944c878783
2 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue