diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-28 09:57:13 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-09-28 09:57:13 +0000 |
commit | b406fca2ec0f2392f610df84e7fc5f396075c173 (patch) | |
tree | 958a5c9541fc2f5ce705d8d544558bdcacb638a4 /app/assets | |
parent | ae57e3d6df8447cab3cb465e7f4857c4b483fc5a (diff) | |
download | redmine-b406fca2ec0f2392f610df84e7fc5f396075c173.tar.gz redmine-b406fca2ec0f2392f610df84e7fc5f396075c173.zip |
Changes stroke-width to 1.5 (#23980).
git-svn-id: https://svn.redmine.org/redmine/trunk@23088 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 22a3f9a8c..008ab05c6 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1693,7 +1693,7 @@ svg { &.icon-svg { stroke: #169; fill: none; - stroke-width: 2; + stroke-width: 1.5; } &.s20 { |