Created blogging setup and first git blog post
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user