diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-20 04:23:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 21:04:14 +0000 |
| commit | 3cc699e9dff14c6c48cb718d968d5c82977e4d6d (patch) | |
| tree | 97a4cf32c120ef61b068a8b2729a0f796fe5a818 /share | |
| parent | add improvements to color handling (diff) | |
| download | inkscape-3cc699e9dff14c6c48cb718d968d5c82977e4d6d.tar.gz inkscape-3cc699e9dff14c6c48cb718d968d5c82977e4d6d.zip | |
working wth colors for icons
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index a1bb7d77b..951ae4324 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -149,7 +149,7 @@ image { color: @success_color; } -.system_normal_color { +.system_base_color { color: @theme_fg_color; } |
