From 5bda103356b79d430ee0f55fd0f8e44b5adc275f Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Fri, 11 Dec 2020 20:36:06 -0800 Subject: [PATCH] Fix Post URL Colors --- README.md | 4 +++- static/style.css | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baaa66b..1305535 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Libreddit +💬 [#libreddit:matrix.org](https://matrix.to/#/#libreddit:matrix.org), :octocat: [spikecodes/libreddit](https://github.com/spikecodes/libreddit), 🐋 [spikecodes/libreddit](https://hub.docker.com/r/spikecodes/libreddit) + > An alternative private front-end to Reddit Libre + Reddit = Libreddit @@ -7,7 +9,7 @@ Libre + Reddit = Libreddit - 🚀 Fast: written in Rust for blazing fast speeds and safety - ☁️ Light: no javascript, no ads, no tracking - 🕵 Private: all requests are proxied through the server, including media -- 🔒 Safe: does not rely on Reddit's OAuth-requiring APIs +- 🔒 Safe: does not rely on Reddit OAuth or require a Reddit API Key - 📱 Responsive: works great on mobile! Think Invidious but for Reddit. Watch your cat videos without being watched. diff --git a/static/style.css b/static/style.css index ec4892b..9b0458d 100644 --- a/static/style.css +++ b/static/style.css @@ -241,6 +241,10 @@ span { color: aqua; } +#post_url { + color: aqua; +} + .post_thumbnail { object-fit: cover; width: auto;