diff --git a/frontend/dist/index.html b/frontend/dist/index.html deleted file mode 100644 index 38bb3ef..0000000 --- a/frontend/dist/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - {{ .Title }} - - - -

Hello, World!

- - \ No newline at end of file diff --git a/frontend/dist/show.html b/frontend/dist/show.html deleted file mode 100644 index a8b8c9d..0000000 --- a/frontend/dist/show.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - {{ .Title }} - - - - -
-

{{.Title}}

-

{{.Author}} on {{.PublishDate}}

- {{.Paragraphs}} -
- - - \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 25a5499..f4898e2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,13 +1,33 @@ + - {{ .Title }} + + + + RIP Medium - -

Hello, World!

+ + +
+
+

Medium.rip

+

An alternative frontend to Medium

+
+ +
+

How-To

+

To view a Medium post simply replace medium.com with medium.rip

+

If the URL is: medium.com/@user/my-post-09a6af907a2 change it + to medium.rip/@user/my-post-09a6af907a2

+
+
+ \ No newline at end of file diff --git a/frontend/src/show.css b/frontend/src/show.css index 4f3f446..80c10bd 100644 --- a/frontend/src/show.css +++ b/frontend/src/show.css @@ -18,20 +18,3 @@ html, body { line-height: 1.7777778; } } - -body { - /* background-color: #1f222a; */ - /* color: #ffffff; */ - /* line-height: 1.54; - letter-spacing: -0.02em; - font-variant-ligatures: contextual; - font-size: 1rem; */ -} - -.text-accent { - color: var(--accent); -} - -.bg-accent { - background: var(--accent); -} \ No newline at end of file diff --git a/frontend/src/styles.css b/frontend/src/styles.css index f9e87be..a3578d8 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -2,36 +2,7 @@ @tailwind components; @tailwind utilities; -:root { - --accent: #23b0ff; - --background: #1f222a; -} - html, body { width: 100%; height: 100%; -} - -@media (min-width: 1024px) { - html { - font-size: 1.125rem; - line-height: 1.7777778; - } -} - -body { - background-color: #1f222a; - color: #ffffff; - line-height: 1.54; - letter-spacing: -0.02em; - font-variant-ligatures: contextual; - font-size: 1rem; -} - -.text-accent { - color: var(--accent); -} - -.bg-accent { - background: var(--accent); } \ No newline at end of file