Created blogging setup and first git blog post

This commit is contained in:
2025-08-30 21:38:00 -07:00
parent f139605d25
commit aecd46304a
4 changed files with 265 additions and 2 deletions

View File

@@ -58,6 +58,10 @@ $winter_blue: #252535;
color: $autumn_red;
}
.author {
color: $carp_yellow;
}
h1 {
color: $crystal_blue;
//margin-left: 5%;
@@ -66,13 +70,26 @@ h1 {
}
h2 {
color: $peach_red;
color: $oni_violet;
}
h3 {
color: $autumn_red;
}
p {
color: $fuji_white;
}
li {
color: $fuji_white;
}
img {
display: block;
margin:0 auto;
text-align: center;
}
body {
background-color: $sumi_ink1;