.sticker { font-size: var(--text); pointer-events: all; } .index { margin: calc(var(--app-margin) * 2); } .sheet + .sheet { margin-top: var(--app-margin); } .sheet h3 a { text-decoration: none; } .negative { position: relative; visibility: hidden; cursor: pointer; background-color: var(--background); border-radius: var(--radius); padding: 0 12px; margin: 12px 0; } .negative:after { visibility: visible; content: ""; background-color: rgba(0, 0, 0, 0.075); position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: var(--radius); } .sheet > p { display: inline-block; margin: 6px 0; } h1.negative { display: table; } .meta > h2 { display: inline-block; margin: 6px 0; } .sheet .section { padding: 0; margin: 0; margin-bottom: 6px; font-size: var(--title); color: rgba(0, 0, 0, 0.1); }