Sha256: ba78bb3222cc4dfd2780ea4ea6d53c46f45498e15fb057ba16dba04156315037

Contents?: true

Size: 1.49 KB

Versions: 9

Compression:

Stored size: 1.49 KB

Contents

body[a="dark"] {
  filter: invert(1); }
  body[a="dark"] img {
    filter: invert(1); }
    body[a="dark"] img.ioda {
      filter: invert(0); }

@media (prefers-color-scheme: dark) {
  body[a="auto"] {
    filter: invert(1); }
    body[a="auto"] img {
      filter: invert(1); }
      body[a="auto"] img.ioda {
        filter: invert(0); } }

html, body {
  background: white; }

html {
  height: 100%; }

body {
  color: black;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  min-height: 100%;
  overflow-wrap: break-word; }

.post-meta {
  text-align: right; }

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

hr {
  margin: 2rem 0; }

p {
  margin: 1rem 0; }

li {
  margin: 0.4rem 0; }

*:target {
  background: yellow; }

.w {
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 2rem; }

hr {
  text-align: center;
  border: 0; 
  font-family: serif;
}
  hr:before {
    content: '/////';
    font-family: monospace; }
  hr:after {
    content: attr(data-content) "/////";
    font-family: monospace; }

table {
  width: 100%; }

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

code {
  color: white;
  background: gray; }

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

blockquote {
  font-style: italic;
  border: thin solid black;
  padding: 1rem; }
  blockquote p {
    margin: 0; }

img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
no-style-please2-0.9.2 _includes/main.css
no-style-please2-0.9.1 _includes/main.css
no-style-please2-0.9.0 _includes/main.css
no-style-please2-0.8.1 _includes/main.css
no-style-please2-0.8.0 _includes/main.css
no-style-please2-0.7.5.1 _includes/main.css
no-style-please2-0.7.5 _includes/main.css
no-style-please2-0.7.4.5 _includes/main.css
no-style-please2-0.7.4.4 _includes/main.css