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

background: #eee; background: #eee;
} }


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

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

Loading…
Cancel
Save