Skip to content
Snippets Groups Projects
styles.css 470 B
Newer Older
body {
  overflow: hidden;
  font-family: 'Roboto', sans-serif

body.inheritCursors * {
  cursor: inherit !important;
}
rhenck's avatar
rhenck committed

blockquote {
  quotes: "\201E" "\201C";
  text-indent: -1em;
}

blockquote:before {
  content: open-quote;
  font-size: 2.5em;
  padding-right: 3px;
}

blockquote:after {
  content: close-quote;
  font-size: 2.5em;
  vertical-align: middle;
  padding-top: 0.3em;
  padding-left: 3px;
}

blockquote p {
  display: inline;
}