minor bug fixes
This commit is contained in:
parent
ad776f2bb3
commit
5a225dba03
3 changed files with 33 additions and 16 deletions
|
@ -5,6 +5,7 @@
|
|||
@import "~bootstrap/scss/utilities/display";
|
||||
@import "~bootstrap/scss/utilities/text";
|
||||
@import "~bootstrap/scss/utilities/float";
|
||||
|
||||
$fa-font-path: "../font";
|
||||
@import "~@fortawesome/fontawesome-free/scss/fontawesome";
|
||||
@import "~@fortawesome/fontawesome-free/scss/solid";
|
||||
|
@ -36,6 +37,14 @@ body {
|
|||
padding: 2%;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fea500;
|
||||
|
||||
&:hover {
|
||||
color: darken(#fea500, .5);
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
|
@ -47,6 +56,10 @@ body {
|
|||
}
|
||||
|
||||
.menu {
|
||||
a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.active a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -69,14 +82,6 @@ body {
|
|||
border-top: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #ffffff;
|
||||
|
||||
&:hover {
|
||||
color: #dddddd;
|
||||
}
|
||||
}
|
||||
|
||||
.sp-codes {
|
||||
font-family: "Minotaur", monospace;
|
||||
font-size: 5rem;
|
||||
|
@ -87,11 +92,11 @@ a {
|
|||
font-family: "Minotaur", monospace;
|
||||
font-size: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
//.row {
|
||||
// margin: 0;
|
||||
//}
|
||||
a {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-grow {
|
||||
flex: 1;
|
||||
|
@ -141,6 +146,8 @@ a {
|
|||
&.flat {
|
||||
.inner {
|
||||
flex-direction: row;
|
||||
pointer-events: all;
|
||||
text-decoration: none;
|
||||
|
||||
h2 {
|
||||
margin-left: 0.5rem;
|
||||
|
@ -148,3 +155,7 @@ a {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.links a {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
|
|
@ -53,7 +53,7 @@ eleventyNavigation:
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center flex-wrap my-3">
|
||||
<div class="d-flex justify-content-center flex-wrap my-3 links">
|
||||
<div class="m-2"><a href="mailto:mail@sp-codes.de"><span
|
||||
class="fas fa-fw fa-4x fa-envelope"></span></a></div>
|
||||
<div class="m-2"><a href="https://matrix.to/#/@samuel-p:matrix.sp-codes.de">
|
||||
|
|
|
@ -5,11 +5,17 @@ title: Matrix
|
|||
---
|
||||
# Matrix
|
||||
|
||||
[Matrix](https://matrix.org) ist eine moderne Software für dezentrale Kommunikation (wie E-Mail).
|
||||
[Matrix](https://matrix.org) ist eine moderne, quelloffene Software für dezentrale Kommunikation (wie E-Mail).
|
||||
|
||||
Seit Ende 2019 betreibe ich einen öffentlichen Matrix-Server
|
||||
|
||||
Weitere Informationen folgen...
|
||||
|
||||
__Seit Ende 2019 betreibe ich einen öffentlichen Matrix-Server: [matrix.sp-codes.de](https://matrix.sp-codes.de/)__
|
||||
|
||||
Melde dich gerne auf meinem Server an oder suche dir einen aus der unten verlinkten Liste aus. Ich freue mich auf deine Nachricht an [@samuel-p:matrix.sp-codes.de](https://matrix.to/#/@samuel-p:matrix.sp-codes.de).
|
||||
|
||||
## Server Details
|
||||
|
||||
Der Matrix-Homeserver läuft auf einem vServer von [Netcup](https://netcup.de/).
|
||||
|
||||
## Weitere nützliche Links
|
||||
|
||||
|
|
Loading…
Reference in a new issue