summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-18 00:09:59 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-18 00:16:27 +0000
commite14bcc5770c46cc7e813bfcda6afdbe6d97bebe2 (patch)
tree231b1d2810c293dbe153600a1ee287777eb193d8 /src/inkscape.cpp
parentBase of theming refactor (diff)
downloadinkscape-e14bcc5770c46cc7e813bfcda6afdbe6d97bebe2.tar.gz
inkscape-e14bcc5770c46cc7e813bfcda6afdbe6d97bebe2.zip
Fix compiling issues
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 36ae48a38..11e446ca9 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -445,7 +445,7 @@ Application::add_gtk_css()
css_str += ";}";
css_str += ".dark .brightstyle image,";
css_str += ".bright .darkstyle image,";
- css_str += ".inversestyle image";
+ css_str += ".invertstyle image";
css_str += "{color:";
css_str += colornamed_inverse;
css_str += ";}";