Fix Post URL Colors
This commit is contained in:
parent
81274e35d7
commit
5bda103356
@ -1,5 +1,7 @@
|
|||||||
# Libreddit
|
# 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
|
> An alternative private front-end to Reddit
|
||||||
|
|
||||||
Libre + Reddit = Libreddit
|
Libre + Reddit = Libreddit
|
||||||
@ -7,7 +9,7 @@ Libre + Reddit = Libreddit
|
|||||||
- 🚀 Fast: written in Rust for blazing fast speeds and safety
|
- 🚀 Fast: written in Rust for blazing fast speeds and safety
|
||||||
- ☁️ Light: no javascript, no ads, no tracking
|
- ☁️ Light: no javascript, no ads, no tracking
|
||||||
- 🕵 Private: all requests are proxied through the server, including media
|
- 🕵 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!
|
- 📱 Responsive: works great on mobile!
|
||||||
|
|
||||||
Think Invidious but for Reddit. Watch your cat videos without being watched.
|
Think Invidious but for Reddit. Watch your cat videos without being watched.
|
||||||
|
@ -241,6 +241,10 @@ span {
|
|||||||
color: aqua;
|
color: aqua;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#post_url {
|
||||||
|
color: aqua;
|
||||||
|
}
|
||||||
|
|
||||||
.post_thumbnail {
|
.post_thumbnail {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user