Changing gradient for unchecker in order for it to be less chunky.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
40b022c6f6
commit
60b1165d4d
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ layout: app
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: unchecker
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(10,10,10,1) 100%)
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 10%, rgba(10,10,10,1) 90%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: app
|
|||
HeaderTextWhite: true
|
||||
SectionHeader:
|
||||
AppIndex: unchecker
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 0%, rgba(10,10,10,1) 100%)
|
||||
Background: linear-gradient(135deg, rgba(128,128,128,1) 10%, rgba(10,10,10,1) 90%)
|
||||
ShowPlatforms: true
|
||||
TextWhite: true
|
||||
Links:
|
||||
|
|
Loading…
Reference in a new issue