PostService section + little tweaking
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user