diff options
Diffstat (limited to 'src/console/index.css')
-rw-r--r-- | src/console/index.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/console/index.css b/src/console/index.css new file mode 100644 index 0000000..2d548df --- /dev/null +++ b/src/console/index.css @@ -0,0 +1,30 @@ +html, body, * { + margin: 0; + padding: 0; + + font-style: normal; + font-family: monospace; + font-size: 12px; + line-height: 16px; +} + +input { + font-style: normal; + font-family: monospace; + font-size: 12px; + line-height: 16px; +} + +body { + position: absolute; + bottom: 0; + left: 0; + right: 0; + overflow: hidden; +} + +.vimvixen-console { + bottom: 0; + margin: 0; + padding: 0; +} |