diff --git a/res/static/img/servers.webp b/res/static/img/servers.webp index bd99494..5733b59 100644 Binary files a/res/static/img/servers.webp and b/res/static/img/servers.webp differ diff --git a/svelte/src/home_page/FeatureTable.svelte b/svelte/src/home_page/FeatureTable.svelte index a71d4e0..f89b0e7 100644 --- a/svelte/src/home_page/FeatureTable.svelte +++ b/svelte/src/home_page/FeatureTable.svelte @@ -30,20 +30,20 @@ onMount(() => {
-
- Free +
+ Free
- Pro + Pro
- Prepaid + Prepaid (currently only in Europe)
Price
-
+
Free
@@ -59,7 +59,7 @@ onMount(() => {
Download limit
-
+
10 GB per day
Download speed is reduced to 1 MiB/s when exceeded
@@ -80,7 +80,7 @@ onMount(() => { Hotlinking
-
+
No
@@ -102,7 +102,7 @@ onMount(() => { File expiry
-
+
60 days
After last download
@@ -118,7 +118,7 @@ onMount(() => {
Max file size
-
+
20 GB per file
@@ -144,7 +144,7 @@ onMount(() => {
Download page customization
-
+
No customization
@@ -156,7 +156,7 @@ onMount(() => {
Online file previews
-
+
Image, audio, PDF and text files
Can all be viewed in the browser
@@ -166,7 +166,7 @@ onMount(() => {
-
+
Free
@@ -384,8 +384,6 @@ header > h1 { .top_row { border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; - border: 1px solid var(--separator); - font-weight: bold; } .bottom_row { border-bottom-left-radius: 0.5em; @@ -400,6 +398,9 @@ header > h1 { .pro_feat { border: 1px solid var(--highlight_color); } +.free_feat { + border: 1px solid var(--danger_color); +} .span2 { grid-column: span 2; }