diff --git a/content/logarithmplotter.fr.md b/content/logarithmplotter.fr.md index d8155a4..e51c668 100644 --- a/content/logarithmplotter.fr.md +++ b/content/logarithmplotter.fr.md @@ -6,7 +6,11 @@ layout: app HeaderImage: /img/full/logarithmplotter.webp SectionHeader: AppIndex: logarithmplotter - Background: radial-gradient(ellipse at 20%, #FFF, #FFF 15%, rgb(220,220,220) 70%) + Background: | + radial-gradient(ellipse at 20%, #dddddddf, #eeeeeedf 20%, transparent 85%), + linear-gradient(to bottom, #fff, #fff 4em, transparent 8em), + repeating-linear-gradient(#fafafa1f, #fafafa1f min(78px, calc(10% - 2px)), #bbb min(80px, 10%)), + repeating-linear-gradient(0.25turn, #fafafa1f, #fafafa1f 78px, #bbb min(80px, 10%)) # linear-gradient(135deg, rgba(255,255,255,1) 10%, rgba(170,170,170,1) 90%) ShowPlatforms: true TextWhite: false diff --git a/content/logarithmplotter.md b/content/logarithmplotter.md index 91505cb..66371da 100644 --- a/content/logarithmplotter.md +++ b/content/logarithmplotter.md @@ -7,7 +7,12 @@ HeaderImage: /img/full/logarithmplotter.webp SectionHeader: AppIndex: logarithmplotter Background: | - radial-gradient(ellipse at 20%, #FFF, #FFF 15%, rgb(220,220,220) 70%) + radial-gradient(ellipse at 20%, #dddddddf, #eeeeeedf 20%, transparent 85%), + linear-gradient(to bottom, #fff, #fff 4em, transparent 8em), + repeating-linear-gradient(#fafafa1f, #fafafa1f min(78px, calc(10% - 2px)), #bbb min(80px, 10%)), + repeating-linear-gradient(0.25turn, #fafafa1f, #fafafa1f 78px, #bbb min(80px, 10%)) + + # linear-gradient(to bottom right, transparent 90%, red calc(90% + 1px), red 95%, transparent calc(95% + 1px)), ShowPlatforms: true TextWhite: false Links: diff --git a/content/nowox.fr.md b/content/nowox.fr.md index 689530c..3357e5b 100644 --- a/content/nowox.fr.md +++ b/content/nowox.fr.md @@ -7,7 +7,7 @@ HeaderImage: /img/full/nowox.webp HeaderTextWhite: true SectionHeader: AppIndex: nowox - Background: linear-gradient(135deg, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%) + Background: radial-gradient(circle at top left, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%) ShowPlatforms: true TextWhite: true Links: diff --git a/content/nowox.md b/content/nowox.md index e54708d..1878377 100644 --- a/content/nowox.md +++ b/content/nowox.md @@ -7,7 +7,7 @@ HeaderImage: /img/full/nowox.webp HeaderTextWhite: true SectionHeader: AppIndex: nowox - Background: linear-gradient(135deg, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%) + Background: radial-gradient(circle at top left, rgba(60,180,255,1) 0%, rgba(40,80,200,1) 100%) ShowPlatforms: true TextWhite: true Links: diff --git a/data/list.json b/data/list.json index 052fff9..10264f7 100644 --- a/data/list.json +++ b/data/list.json @@ -2,5 +2,6 @@ "accountfree", "logarithmplotter", "unchecker", - "ad5001.eu" + "ad5001.eu", + "nowox" ]