Change email addr and introduce devlog section

This commit is contained in:
2024-10-13 20:11:04 +05:30
parent 173b9bf00c
commit 611233d35b
28 changed files with 104 additions and 35 deletions
+4 -4
View File
@@ -43,14 +43,14 @@ body {
font-weight: var(--font-weight-normal);
line-height: 1.5;
text-decoration: none;
color: #000;
color: #333;
width: 600px;
margin: 1em auto;
}
a {
display: inline-block;
color: #000;
color: #15C;
text-decoration: underline;
text-decoration-thickness: 2px;
}
@@ -75,7 +75,7 @@ p {
.header p {
font-size: 20px;
font-family: "JetBrains Mono Bold", monospace;
color: #000;
color: #333;
margin-left: 10px;
}
@@ -156,4 +156,4 @@ hr::after {
margin: 0;
padding: 1em;
}
}
}