diff options
author | Wolfgang Müller | 2019-07-20 21:58:18 +0200 |
---|---|---|
committer | Wolfgang Müller | 2019-07-20 21:58:18 +0200 |
commit | 9703e09fb5cd151217ad17dbafd25338585b7ed7 (patch) | |
tree | c74f4f7697d4a7de5c92e06c5cb82cf55e945049 /terminal.css | |
download | weltschmerz-9703e09fb5cd151217ad17dbafd25338585b7ed7.tar.gz (sig) |
Initial public release1.0.0
Diffstat (limited to 'terminal.css')
-rw-r--r-- | terminal.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/terminal.css b/terminal.css new file mode 100644 index 0000000..51ead0d --- /dev/null +++ b/terminal.css @@ -0,0 +1,8 @@ +vte-terminal { + /* This must be kept in sync with the geometry hints in terminal.vala */ + padding: 2px; +} + +scrolledwindow undershoot { + background-image: none; +} |