diff --git a/src/de/privacy.html b/src/de/privacy.html
index a71d33e..798d2da 100644
--- a/src/de/privacy.html
+++ b/src/de/privacy.html
@@ -56,7 +56,7 @@ title: Datenschutzerklärung
Weitergabe von Daten
Wie oben bereits erwähnt, verarbeiten wir alle Daten auf Servern unseres Hosting-Providers netcup. Darüber hinaus geben geben wir deine Daten nicht an Dritte weiter.
+ href="https://www.netcup.de">netcup. Darüber hinaus geben wir deine Daten nicht an Dritte weiter.
diff --git a/src/de/services/matrix.md b/src/de/services/matrix.md
index 6c20bf7..3c3b69f 100644
--- a/src/de/services/matrix.md
+++ b/src/de/services/matrix.md
@@ -23,7 +23,8 @@ Auf meinem Blog findest du einen einfachen Einstieg in das Matrix-Netzwerk: [Wer
* [Liste öffentlicher Räume](https://view.matrix.org/)
* Listen mit öffentlichen Matrix-Servern
* [hello-matrix.net](https://www.hello-matrix.net/public_servers.php)
- * [anchel.nl](https://www.anchel.nl/matrix-publiclist/)
+ * [anchel.nl](https://publiclist.anchel.nl/)
* [the-federation.info](https://the-federation.info/protocol/matrix)
+ * [FossMessenger](https://fediverse.blog/~/FossMessenger/matrix-server)
* [Matrix FAQ](https://matrix.org/faq/)
* [Account umziehen](https://ems.element.io/tools/matrix-migration)
diff --git a/src/en/services/matrix.md b/src/en/services/matrix.md
index ddb39d8..19353cd 100644
--- a/src/en/services/matrix.md
+++ b/src/en/services/matrix.md
@@ -11,7 +11,6 @@ Users can choose a public server or create their own and still communicate with
__Since the beginning of 2020 I run a public Matrix server: [matrix.sp-codes.de](https://matrix.sp-codes.de/) And a public Element-Web instance: [chat.sp-codes.de](https://chat.sp-codes.de/)__
-
You can read the server rules [here](https://matrix.sp-codes.de/_matrix/consent).
Feel free to create an account on my server or choose one from the list linked below. I look forward to hear from you [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de).
@@ -24,7 +23,8 @@ On my blog (German) you will find a simple introduction to the Matrix network: [
* [List of public rooms](https://view.matrix.org/)
* Lists with public matrix servers
* [hello-matrix.net](https://www.hello-matrix.net/public_servers.php)
- * [anchel.nl](https://www.anchel.nl/matrix-publiclist/)
+ * [anchel.nl](https://publiclist.anchel.nl/)
* [the-federation.info](https://the-federation.info/protocol/matrix)
+ * [FossMessenger](https://fediverse.blog/~/FossMessenger/matrix-server)
* [Matrix FAQ](https://matrix.org/faq/)
* [Migrate Account](https://ems.element.io/tools/matrix-migration)
diff --git a/src/scss/main.scss b/src/scss/main.scss
index 652e2a9..2243285 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -105,9 +105,8 @@ a {
.beta {
position: absolute;
- top: 1rem;
- right: 0;
- font-weight: bold;
+ top: 0;
+ right: -1rem; font-weight: bold;
background-color: #fea500;
color: #000000;
padding: .5rem 1rem;
@@ -148,11 +147,6 @@ a {
margin-left: 0.5rem;
}
- .beta {
- top: 0;
- right: -1rem;
- }
-
a {
color: #fff;
}