Skip to content

Commit

Permalink
better looking shadows for hackfests and contributors styles
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondnijssen authored and nyalldawson committed Sep 1, 2018
1 parent 3a0899d commit 4ae23b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/data/contributors.qml
Expand Up @@ -115,14 +115,14 @@
<effect type="dropShadow">
<prop v="13" k="blend_mode"/>
<prop v="3" k="blur_level"/>
<prop v="124,124,124,255" k="color"/>
<prop v="0,0,0,255" k="color"/>
<prop v="2" k="draw_mode"/>
<prop v="1" k="enabled"/>
<prop v="135" k="offset_angle"/>
<prop v="2" k="offset_distance"/>
<prop v="MM" k="offset_unit"/>
<prop v="3x:0,0,0,0,0,0" k="offset_unit_scale"/>
<prop v="1" k="opacity"/>
<prop v="0.5" k="opacity"/>
</effect>
<effect type="outerGlow">
<prop v="0" k="blend_mode"/>
Expand Down
4 changes: 2 additions & 2 deletions resources/data/qgis-hackfests.qml
Expand Up @@ -115,14 +115,14 @@
<effect type="dropShadow">
<prop v="13" k="blend_mode"/>
<prop v="3" k="blur_level"/>
<prop v="124,124,124,255" k="color"/>
<prop v="0,0,0,255" k="color"/>
<prop v="2" k="draw_mode"/>
<prop v="1" k="enabled"/>
<prop v="135" k="offset_angle"/>
<prop v="2" k="offset_distance"/>
<prop v="MM" k="offset_unit"/>
<prop v="3x:0,0,0,0,0,0" k="offset_unit_scale"/>
<prop v="1" k="opacity"/>
<prop v="0.5" k="opacity"/>
</effect>
<effect type="outerGlow">
<prop v="0" k="blend_mode"/>
Expand Down

0 comments on commit 4ae23b6

Please sign in to comment.