summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-09-14 20:05:29 +0200
committerDave Davenport <qball@gmpclient.org>2020-09-14 20:05:29 +0200
commit798379551f3043a59d69bd371c38d36894f68ce7 (patch)
tree706a919ddf8e8157ce6151f984d16d1df17e9932
parentaef108e18610e1cece936854753f2976643a98b3 (diff)
[Theme] Change default theme icon height to 1 em, to match old behaviour better.
-rw-r--r--doc/default_theme.rasi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi
index e8f541d8..4c2b39a5 100644
--- a/doc/default_theme.rasi
+++ b/doc/default_theme.rasi
@@ -79,7 +79,7 @@ element-text {
}
element-icon {
background-color: rgba ( 0, 0, 0, 0 % );
- size: 1.2000em ;
+ size: 1.0000em ;
text-color: inherit;
}
window {