mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
Lessening blur.
This commit is contained in:
parent
084b103f5a
commit
74b2771d56
2 changed files with 13 additions and 19 deletions
|
@ -59,17 +59,11 @@
|
||||||
rgba(0, 0, 0, 0.6)
|
rgba(0, 0, 0, 0.6)
|
||||||
),
|
),
|
||||||
url('/images/main_img.webp');
|
url('/images/main_img.webp');
|
||||||
background-image:
|
-webkit-filter: blur(3px);
|
||||||
/* Darken */
|
-moz-filter: blur(3px);
|
||||||
linear-gradient(
|
-o-filter: blur(3px);
|
||||||
rgba(0, 0, 0, 0.9),
|
-ms-filter: blur(3px);
|
||||||
rgba(0, 0, 0, 0.9)
|
filter: blur(3px);
|
||||||
),
|
|
||||||
-webkit-filter: blur(5px);
|
|
||||||
-moz-filter: blur(5px);
|
|
||||||
-o-filter: blur(5px);
|
|
||||||
-ms-filter: blur(5px);
|
|
||||||
filter: blur(5px);
|
|
||||||
|
|
||||||
/* Center and scale the image nicely */
|
/* Center and scale the image nicely */
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
|
@ -14,15 +14,15 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<h2>Follow communities anywhere in the world</h2>
|
<h2>Follow communities anywhere in the world</h2>
|
||||||
<p><a href="https://github.com/LemmyNet">Lemmy</a> is similar to sites like <a href="https://reddit.com">Reddit</a>, <a href="https://lobste.rs">Lobste.rs</a>, or <a href="https://news.ycombinator.com/">Hacker News</a>: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create <b>a single, personalized front page</b> of your favorite news, articles, and memes. </p>
|
<p><a href="https://github.com/LemmyNet">Lemmy</a> is similar to sites like <a href="https://reddit.com">Reddit</a>, <a href="https://lobste.rs">Lobste.rs</a>, or <a href="https://news.ycombinator.com/">Hacker News</a>: you subscribe to communities you're interested in, post links and discussions, then vote and comment on them. Lemmy isn't just a reddit alternative; its a network of interconnected communities ran by different people and organizations, all combining to create <b>a single, personalized front page</b> of your favorite news, articles, and memes. </p>
|
||||||
<p><a class="button primary" href="/join">Join a Server</a></p>
|
<p><a class="button primary" href="/join">Join a Server</a></p>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<br />
|
</div>
|
||||||
|
<br />
|
||||||
|
|
||||||
<div class="bg-success">
|
<div class="bg-success">
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue