Browse Source

style quotes and code

master
wacked 4 years ago
parent
commit
913d5f7bd1
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      static/css/main.css

+ 10
- 0
static/css/main.css View File

@@ -20,6 +20,16 @@ code, blockquote {
background: #eee;
}

code {
font-family: monospace;
}
blockquote {
font-style: italic;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}

/* Homepage */
.intro > h1 {
color: #212121;

Loading…
Cancel
Save