Fix Post URL Colors
This commit is contained in:
parent
81274e35d7
commit
5bda103356
@ -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.
|
||||
|
@ -241,6 +241,10 @@ span {
|
||||
color: aqua;
|
||||
}
|
||||
|
||||
#post_url {
|
||||
color: aqua;
|
||||
}
|
||||
|
||||
.post_thumbnail {
|
||||
object-fit: cover;
|
||||
width: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user