Fix Post URL Colors

This commit is contained in:
spikecodes 2020-12-11 20:36:06 -08:00
parent 81274e35d7
commit 5bda103356
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -241,6 +241,10 @@ span {
color: aqua;
}
#post_url {
color: aqua;
}
.post_thumbnail {
object-fit: cover;
width: auto;