Sha256: eb7f2cd44a9f4c5a53c527ca784dcbde6410ec92d888d912a2eaf60ba8be391a

Contents?: true

Size: 824 Bytes

Versions: 2

Compression:

Stored size: 824 Bytes

Contents

html {
  color: black;
  background-color: white;
  font-family: monospace;
  font-size: 1.3rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

h2, h3, h4, h5, h6 { margin-top: 3rem; }

hr { margin: 2rem 0; }

p { margin: 1rem 0; }

li { margin: 0.4rem 0; }

.wrapper {
  max-width: 60ch;
  margin: 4rem auto;
  padding: 0 1rem;
}

hr {
  text-align: center;
  border: 0;

  &:before { content: '/////' }
  &:after { content: attr(data-content) '/////' }
}

table, th, td {
  width: 100%;
  border: thin solid black;
  border-collapse: collapse;
  padding: 0.4rem;
}

code {
  color: white;
  background-color: black;
}

div.highlighter-rouge code {
  display: block;
  overflow-x: auto;
  padding: 1rem;
}

blockquote {
  font-style: italic;
  border: thin solid black;
  padding: 1rem;

  p { margin: 0; }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
no-style-please-0.1.7 _sass/no-style-please.scss
no-style-please-0.1.6 _sass/no-style-please.scss