From 5c019fa30f788fde2bd86b0288e7e97c0043ab43 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 26 May 2019 17:56:19 +0530 Subject: [PATCH] Replace links with span in .block. Add respective CSS. --- index.html | 2 +- style.css | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 1a19d31..cead104 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
- librehosters is a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platforms. Our values connect transparency, fairness and privacy with a culture of data portability and public contributions to the commons. + librehosters is a network of cooperation and solidarity that uses free software to encourage decentralisation through federation and distributed platforms. Our values connect transparency, fairness and privacy with a culture of data portability and public contributions to the commons.
diff --git a/style.css b/style.css index 7b01b1f..711d7ca 100644 --- a/style.css +++ b/style.css @@ -33,7 +33,7 @@ html, body { text-align: center; } -a { +a, .block span { color: hsla(208, 61%, 53%, 1); } @@ -68,10 +68,6 @@ h1 { align-self: flex-end; } -.block a { - text-decoration: none; -} - .content { background-color: #1f1f1f; color: white; -- GitLab