Skip to content
Commits on Source (2)
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<div class="ideals"> <div class="ideals">
<div class="block"> <div class="block">
librehosters is a <a href="">network</a> of <a href="">cooperation</a> and <a href="">solidarity</a> that uses <a href="">free software</a> to encourage <a href="">decentralisation</a> through <a href="">federation</a> and <a href="">distributed platforms</a>. Our values connect <a href="">transparency</a>, <a href="">fairness</a> and <a href="">privacy</a> with a culture of <a href="">data portability</a> and <a href="">public contributions to the commons</a>. librehosters is a <span>network</span> of <span>cooperation</span> and <span>solidarity</span> that uses <span>free software</span> to encourage <span>decentralisation</span> through <span>federation</span> and <span>distributed platforms</span>. Our values connect <span>transparency</span>, <span>fairness</span> and <span>privacy</span> with a culture of <span>data portability</span> and <span>public contributions to the commons</span>.
</div> </div>
</div> </div>
......
...@@ -33,7 +33,7 @@ html, body { ...@@ -33,7 +33,7 @@ html, body {
text-align: center; text-align: center;
} }
a { a, .block span {
color: hsla(208, 61%, 53%, 1); color: hsla(208, 61%, 53%, 1);
} }
...@@ -68,10 +68,6 @@ h1 { ...@@ -68,10 +68,6 @@ h1 {
align-self: flex-end; align-self: flex-end;
} }
.block a {
text-decoration: none;
}
.content { .content {
background-color: #1f1f1f; background-color: #1f1f1f;
color: white; color: white;
......