[FEATURE] Adjusted order and styles (#11)

Co-authored-by: dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.dev/elysium/nile/pulls/11
This commit is contained in:
dunemask 2023-09-29 16:37:46 +00:00
parent 6ea87ae742
commit 7cc7539c94
11 changed files with 61 additions and 35 deletions

View file

@ -1,5 +1,5 @@
h1 {
font-family: "Dejavu Sans";
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 33px;
font-style: normal;
font-variant: normal;
@ -9,7 +9,7 @@ h1 {
h2,
label {
font-family: "Dejavu Sans";
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 28px;
font-style: normal;
font-variant: normal;
@ -18,7 +18,7 @@ label {
}
h3 {
font-family: "Dejavu Sans";
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 24px;
font-style: normal;
font-variant: normal;
@ -28,7 +28,7 @@ h3 {
p,
a {
font-family: "Dejavu Sans";
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 18px;
font-style: normal;
font-variant: normal;
@ -37,7 +37,7 @@ a {
}
blockquote {
font-family: "Dejavu Sans";
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 21px;
font-style: normal;
font-variant: normal;
@ -47,7 +47,7 @@ blockquote {
pre,
span {
font-family: "Dejavu Sans";
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 13px;
font-style: normal;
font-variant: normal;

BIN
public/images/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View file

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After