aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/terminal.css
diff options
context:
space:
mode:
authorWolfgang Müller2019-07-20 21:58:18 +0200
committerWolfgang Müller2019-07-20 21:58:18 +0200
commit9703e09fb5cd151217ad17dbafd25338585b7ed7 (patch)
treec74f4f7697d4a7de5c92e06c5cb82cf55e945049 /terminal.css
downloadweltschmerz-9703e09fb5cd151217ad17dbafd25338585b7ed7.tar.gz (sig)
Initial public release1.0.0
Diffstat (limited to 'terminal.css')
-rw-r--r--terminal.css8
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;
+}