PostService section + little tweaking

This commit is contained in:
2022-11-03 18:23:23 +02:00
parent e265f25d2c
commit 418ff0a2b2
8 changed files with 74 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ body {
padding: 0;
margin: 0;
font-family: 'Quicksand';
letter-spacing: 0.8px;
}
@font-face {
@@ -15,7 +16,15 @@ body {
color-scheme: dark;
}
body {
color: white;
background: black;
color: black;
background: white;
}
}
.separator {
background-color: #c1c1c1;
width: 100%;
height: 0.05rem;
margin-top: 2rem;
margin-bottom: 2rem;
}