added placeholder favicon; blockquote style
This commit is contained in:
parent
7ccb524efa
commit
ceb477e51f
12 changed files with 29 additions and 15 deletions
|
@ -17,5 +17,22 @@ pre {
|
|||
|
||||
body {
|
||||
background-color: rgb(255, 255, 255);
|
||||
color: rgb(0.9, 0.8, 0.8);
|
||||
color: rgb(30, 25, 20);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
border-left: 6px solid black;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
/*
|
||||
blockquote:before {
|
||||
color: black;
|
||||
content: '>';
|
||||
font-weight: bold;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
display: inline;
|
||||
} */
|
Loading…
Add table
Add a link
Reference in a new issue