about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 06:19:21 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-05-20 06:19:21 +0200
commit1b9b45df7dd13f39eb4432652b239a1b27cf84e9 (patch)
treeb4f6bdb84e51a4583094850adeeff63d9338e384 /README.md
parent1c45107e16901c612401f5295b45100b64aff7e7 (diff)
README.md: Use more exact selector in sample configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92e53c8..ef59d77 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ For example, to change the color scheme and employed font. Add the
 following to your `gtk.css` configuration file located at
 `$XDG_CONFIG_HOME/gtk-3.0/gtk.css`:
 
-	#saneterm * {
+	#saneterm textview text {
 		font-size: 15px;
 		font-family: "Terminus";