quotes-nextjs

My favourite quotes. (nextjs)
git clone http://git.hanabi.in/repos/quotes-nextjs.git
Log | Files | Refs | LICENSE

minimo.css (16218B)


      1 .comments-container #disqus_thread:before,
      2 .entry + .home-sections-container .home-sections:before,
      3 .entry-nav:before,
      4 .footer:before,
      5 .header:after,
      6 .prev-entry ~ .next-entry:before {
      7   content: '';
      8   display: block;
      9   border-bottom: 0.125em solid #ffcd00;
     10   width: 4em;
     11 }
     12 .header:after {
     13   margin-top: 2em;
     14   margin-bottom: 2.5em;
     15 }
     16 .comments-container #disqus_thread:before,
     17 .entry + .home-sections-container .home-sections:before,
     18 .entry-nav:before,
     19 .footer:before,
     20 .prev-entry ~ .next-entry:before {
     21   margin-top: 2.5em;
     22   margin-bottom: 2em;
     23 }
     24 .comments-container,
     25 .entry,
     26 .entry-cover-container,
     27 .entry-footer-container,
     28 .entry-nav-container,
     29 .footer-container,
     30 .header-container,
     31 .home-sections-container,
     32 .list-container,
     33 .main,
     34 .site,
     35 .term-cloud-container {
     36   display: -webkit-box;
     37   display: -ms-flexbox;
     38   display: flex;
     39   -webkit-box-orient: vertical;
     40   -webkit-box-direction: normal;
     41   -ms-flex-flow: column nowrap;
     42   flex-flow: column nowrap;
     43   -webkit-box-align: center;
     44   -ms-flex-align: center;
     45   align-items: center;
     46   width: 100%;
     47 }
     48 .comments-container #disqus_thread,
     49 .entry-content,
     50 .entry-cover,
     51 .entry-cover figcaption,
     52 .entry-footer,
     53 .entry-nav,
     54 .entry-toc,
     55 .footer,
     56 .header,
     57 .home-sections,
     58 .list,
     59 .pagination,
     60 .term-cloud {
     61   width: 100%;
     62   max-width: 740px;
     63   padding-left: 20px;
     64   padding-right: 20px;
     65 }
     66 .icon {
     67   display: inline-block;
     68   height: 1em;
     69   width: 1em;
     70 }
     71 /*!
     72  * Theme Name: Minimo
     73  * Author: Munif Tanjim
     74  */
     75 html {
     76   line-height: 1.15;
     77   -ms-text-size-adjust: 100%;
     78   -webkit-text-size-adjust: 100%;
     79 }
     80 body {
     81   margin: 0;
     82 }
     83 article,
     84 aside,
     85 footer,
     86 header,
     87 nav,
     88 section {
     89   display: block;
     90 }
     91 h1 {
     92   font-size: 2em;
     93   margin: 0.67em 0;
     94 }
     95 figcaption,
     96 figure,
     97 main {
     98   display: block;
     99 }
    100 figure {
    101   margin: 1em 40px;
    102 }
    103 hr {
    104   -webkit-box-sizing: content-box;
    105   box-sizing: content-box;
    106   height: 0;
    107   overflow: visible;
    108 }
    109 pre {
    110   font-family: monospace, monospace;
    111   font-size: 1em;
    112 }
    113 a {
    114   background-color: transparent;
    115   -webkit-text-decoration-skip: objects;
    116 }
    117 abbr[title] {
    118   border-bottom: none;
    119   text-decoration: underline;
    120 }
    121 
    122 h1 abbr[title] {
    123   text-decoration: underline dotted;
    124 }
    125 
    126 b,
    127 strong {
    128   font-weight: inherit;
    129   font-weight: bolder;
    130 }
    131 code,
    132 kbd,
    133 samp {
    134   font-family: monospace, monospace;
    135   font-size: 1em;
    136 }
    137 dfn {
    138   font-style: italic;
    139 }
    140 mark {
    141   background-color: #ff0;
    142   color: #000;
    143 }
    144 small {
    145   font-size: 80%;
    146 }
    147 sub,
    148 sup {
    149   font-size: 75%;
    150   line-height: 0;
    151   position: relative;
    152   vertical-align: baseline;
    153 }
    154 sub {
    155   bottom: -0.25em;
    156 }
    157 sup {
    158   top: -0.5em;
    159 }
    160 audio,
    161 video {
    162   display: inline-block;
    163 }
    164 audio:not([controls]) {
    165   display: none;
    166   height: 0;
    167 }
    168 img {
    169   border-style: none;
    170 }
    171 svg:not(:root) {
    172   overflow: hidden;
    173 }
    174 button,
    175 input,
    176 optgroup,
    177 select,
    178 textarea {
    179   font-family: sans-serif;
    180   font-size: 100%;
    181   line-height: 1.15;
    182   margin: 0;
    183 }
    184 button,
    185 input {
    186   overflow: visible;
    187 }
    188 button,
    189 select {
    190   text-transform: none;
    191 }
    192 [type='reset'],
    193 [type='submit'],
    194 button,
    195 html [type='button'] {
    196   -webkit-appearance: button;
    197 }
    198 [type='button']::-moz-focus-inner,
    199 [type='reset']::-moz-focus-inner,
    200 [type='submit']::-moz-focus-inner,
    201 button::-moz-focus-inner {
    202   border-style: none;
    203   padding: 0;
    204 }
    205 [type='button']:-moz-focusring,
    206 [type='reset']:-moz-focusring,
    207 [type='submit']:-moz-focusring,
    208 button:-moz-focusring {
    209   outline: 1px dotted ButtonText;
    210 }
    211 fieldset {
    212   padding: 0.35em 0.75em 0.625em;
    213 }
    214 legend {
    215   -webkit-box-sizing: border-box;
    216   box-sizing: border-box;
    217   color: inherit;
    218   display: table;
    219   max-width: 100%;
    220   padding: 0;
    221   white-space: normal;
    222 }
    223 progress {
    224   display: inline-block;
    225   vertical-align: baseline;
    226 }
    227 textarea {
    228   overflow: auto;
    229 }
    230 [type='checkbox'],
    231 [type='radio'] {
    232   -webkit-box-sizing: border-box;
    233   box-sizing: border-box;
    234   padding: 0;
    235 }
    236 [type='number']::-webkit-inner-spin-button,
    237 [type='number']::-webkit-outer-spin-button {
    238   height: auto;
    239 }
    240 [type='search'] {
    241   -webkit-appearance: textfield;
    242   outline-offset: -2px;
    243 }
    244 [type='search']::-webkit-search-cancel-button,
    245 [type='search']::-webkit-search-decoration {
    246   -webkit-appearance: none;
    247 }
    248 ::-webkit-file-upload-button {
    249   -webkit-appearance: button;
    250   font: inherit;
    251 }
    252 details,
    253 menu {
    254   display: block;
    255 }
    256 summary {
    257   display: list-item;
    258 }
    259 canvas {
    260   display: inline-block;
    261 }
    262 [hidden],
    263 template {
    264   display: none;
    265 }
    266 body,
    267 button,
    268 input,
    269 select,
    270 textarea {
    271   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    272     Ubuntu, Cantarell, Helvetica Neue, Siyam Rupali, sans-serif;
    273   font-size: 1em;
    274   line-height: 1.5;
    275   color: #37474f;
    276   word-wrap: break-word;
    277 }
    278 @media screen and (min-width: 480px) {
    279   body,
    280   button,
    281   input,
    282   select,
    283   textarea {
    284     font-size: 1.125em;
    285   }
    286 }
    287 .title,
    288 h1,
    289 h2,
    290 h3,
    291 h4,
    292 h5,
    293 h6 {
    294   font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
    295     Ubuntu, Cantarell, Helvetica Neue, Siyam Rupali, sans-serif;
    296   font-weight: 700;
    297   line-height: 1.2;
    298   color: #263238;
    299   margin: 0 0 0.625em;
    300 }
    301 .entry-content h2,
    302 .entry-content h3,
    303 .entry-content h4,
    304 .entry-content h5,
    305 .entry-content h6 {
    306   margin-top: 1.5em;
    307 }
    308 .entry-content h2:first-child,
    309 .entry-content h3:first-child,
    310 .entry-content h4:first-child,
    311 .entry-content h5:first-child,
    312 .entry-content h6:first-child {
    313   margin-top: 0;
    314 }
    315 .site-title,
    316 h1 {
    317   font-size: 2em;
    318 }
    319 h2 {
    320   font-size: 1.75em;
    321 }
    322 h3 {
    323   font-size: 1.5em;
    324 }
    325 .home-section-title,
    326 h4 {
    327   font-size: 1.375em;
    328 }
    329 h5 {
    330   font-size: 1.25em;
    331 }
    332 h6 {
    333   font-size: 1.125em;
    334 }
    335 p {
    336   margin: 0 0 1.5em;
    337 }
    338 cite,
    339 dfn,
    340 em,
    341 i {
    342   font-style: italic;
    343 }
    344 blockquote {
    345   margin: 0 1.5em;
    346 }
    347 address {
    348   margin: 0 0 1.5em;
    349 }
    350 pre {
    351   font-size: 0.875em;
    352   background: #212121;
    353   color: #fafafa;
    354   text-align: initial;
    355   max-width: 100%;
    356   padding: 1em 1.5em;
    357   margin-bottom: 1.725em;
    358   overflow: auto;
    359   word-wrap: normal;
    360 }
    361 code,
    362 kbd,
    363 pre,
    364 tt,
    365 var {
    366   font-family: Ubuntu Mono, Consolas, Monaco, Andale Mono, monospace;
    367 }
    368 abbr,
    369 acronym {
    370   border-bottom: 1px dotted #212121;
    371   cursor: alias;
    372 }
    373 ins,
    374 mark {
    375   background: #212121;
    376   text-decoration: none;
    377 }
    378 big {
    379   font-size: 125%;
    380 }
    381 html {
    382   -webkit-box-sizing: border-box;
    383   box-sizing: border-box;
    384 }
    385 *,
    386 :after,
    387 :before {
    388   -webkit-box-sizing: inherit;
    389   box-sizing: inherit;
    390 }
    391 blockquote,
    392 q {
    393   quotes: '' '';
    394 }
    395 blockquote:after,
    396 blockquote:before,
    397 q:after,
    398 q:before {
    399   content: '';
    400 }
    401 blockquote :last-child,
    402 q :last-child {
    403   margin-bottom: 0;
    404 }
    405 blockquote {
    406   font-size: 1.125em;
    407   font-style: italic;
    408   margin: 0 0 1.5em;
    409   padding-left: 1em;
    410   border-left: 0.2em solid #bdbdbd;
    411 }
    412 hr {
    413   border: 0;
    414   height: 1px;
    415   margin: 2em 0;
    416   background-color: #bdbdbd;
    417 }
    418 img {
    419   max-width: 100%;
    420   height: auto;
    421 }
    422 figure {
    423   margin: 1em 0;
    424 }
    425 a {
    426   color: #212121;
    427   text-decoration: none;
    428   -webkit-transition: color 0.1s ease-in-out;
    429   transition: color 0.1s ease-in-out;
    430 }
    431 a:focus {
    432   outline-color: #ffcd00;
    433 }
    434 a:active,
    435 a:hover {
    436   outline: 0;
    437 }
    438 a:active,
    439 a:focus,
    440 a:hover {
    441   color: #37474f;
    442 }
    443 ol,
    444 ul {
    445   padding: 0;
    446   margin: 0 0 1.5em 2em;
    447 }
    448 ul {
    449   list-style: disc;
    450 }
    451 ol {
    452   list-style: decimal;
    453 }
    454 li > ol,
    455 li > ul {
    456   padding-left: 1.5em;
    457   margin-bottom: 0;
    458   margin-left: 0.5em;
    459 }
    460 dt {
    461   font-weight: 700;
    462 }
    463 dd {
    464   margin: 0 1.5em 1.5em;
    465 }
    466 table,
    467 td,
    468 th {
    469   border: 1px solid #bdbdbd;
    470 }
    471 table {
    472   width: 100%;
    473   margin: 0 0 1.5em;
    474   table-layout: fixed;
    475   border-collapse: separate;
    476   border-spacing: 0;
    477   border-width: 1px 0 0 1px;
    478 }
    479 caption,
    480 td,
    481 th {
    482   font-weight: 400;
    483   text-align: left;
    484 }
    485 th {
    486   font-weight: 700;
    487 }
    488 td,
    489 th {
    490   border-width: 0 1px 1px 0;
    491 }
    492 td,
    493 th {
    494   padding: 0.375em;
    495 }
    496 button,
    497 input[type='button'],
    498 input[type='reset'],
    499 input[type='submit'] {
    500   border: none;
    501   padding: 0.625em 0.875em;
    502   line-height: 1;
    503   font-weight: 700;
    504   letter-spacing: 1px;
    505   text-transform: uppercase;
    506   color: #212121;
    507   background: #ffcd00;
    508   -webkit-transition: 0.1s ease-in-out;
    509   transition: 0.1s ease-in-out;
    510 }
    511 button:focus,
    512 input[type='button']:focus,
    513 input[type='reset']:focus,
    514 input[type='submit']:focus {
    515   outline-color: #ffcd00;
    516 }
    517 button:active,
    518 button:hover,
    519 input[type='button']:active,
    520 input[type='button']:hover,
    521 input[type='reset']:active,
    522 input[type='reset']:hover,
    523 input[type='submit']:active,
    524 input[type='submit']:hover {
    525   outline: 0;
    526 }
    527 button:active,
    528 button:focus,
    529 button:hover,
    530 input[type='button']:active,
    531 input[type='button']:focus,
    532 input[type='button']:hover,
    533 input[type='reset']:active,
    534 input[type='reset']:focus,
    535 input[type='reset']:hover,
    536 input[type='submit']:active,
    537 input[type='submit']:focus,
    538 input[type='submit']:hover {
    539   background: #212121;
    540   color: #ffcd00;
    541 }
    542 label {
    543   font-weight: 700;
    544   letter-spacing: 1px;
    545 }
    546 input[type='color'],
    547 input[type='date'],
    548 input[type='datetime-local'],
    549 input[type='datetime'],
    550 input[type='email'],
    551 input[type='month'],
    552 input[type='number'],
    553 input[type='password'],
    554 input[type='range'],
    555 input[type='search'],
    556 input[type='tel'],
    557 input[type='text'],
    558 input[type='time'],
    559 input[type='url'],
    560 input[type='week'],
    561 select,
    562 textarea {
    563   width: 100%;
    564   padding: 0.625em 0.875em;
    565   border: 1px solid #bdbdbd;
    566   color: #37474f;
    567   -webkit-transition: 0.1s ease-in-out;
    568   transition: 0.1s ease-in-out;
    569 }
    570 input[type='color']:focus,
    571 input[type='date']:focus,
    572 input[type='datetime-local']:focus,
    573 input[type='datetime']:focus,
    574 input[type='email']:focus,
    575 input[type='month']:focus,
    576 input[type='number']:focus,
    577 input[type='password']:focus,
    578 input[type='range']:focus,
    579 input[type='search']:focus,
    580 input[type='tel']:focus,
    581 input[type='text']:focus,
    582 input[type='time']:focus,
    583 input[type='url']:focus,
    584 input[type='week']:focus,
    585 select:focus,
    586 textarea:focus {
    587   border-color: #212121;
    588   outline-color: #ffcd00;
    589   outline: 0;
    590 }
    591 .entry-nav:before {
    592   border-bottom-color: #bdbdbd;
    593 }
    594 .entry-nav > div a {
    595   display: block;
    596   font-style: italic;
    597 }
    598 .entry-nav > div span {
    599   display: block;
    600   font-style: normal;
    601   font-size: 0.875em;
    602 }
    603 .prev-entry ~ .next-entry:before {
    604   border-bottom-color: #bdbdbd;
    605   width: 2em;
    606   margin: 1em 0;
    607 }
    608 .main-menu-container {
    609   margin-top: 2em;
    610 }
    611 .main-menu {
    612   list-style: none;
    613   padding: 0;
    614   margin: 0;
    615 }
    616 .main-menu li {
    617   display: inline-block;
    618   text-transform: uppercase;
    619   margin-right: 0.625em;
    620 }
    621 .main-menu li:last-of-type {
    622   margin-right: 0;
    623 }
    624 .main-menu a.current {
    625   font-weight: 700;
    626   pointer-events: none;
    627 }
    628 .social-menu {
    629   list-style: none;
    630   padding: 0;
    631   margin: 0;
    632 }
    633 .social-menu li {
    634   display: inline-block;
    635   margin-right: 0.625em;
    636 }
    637 .social-menu li:last-child {
    638   margin-right: 0;
    639 }
    640 .social-menu li a {
    641   font-size: 1.125em;
    642 }
    643 .main-menu a,
    644 .social-menu a {
    645   color: #455a64;
    646 }
    647 .main-menu a:hover,
    648 .social-menu a:hover {
    649   color: #263238;
    650 }
    651 .page-links {
    652   margin-top: 2em;
    653 }
    654 .page-link {
    655   display: inline-block;
    656   padding: 0.25em 0.625em;
    657 }
    658 .page-link:first-child {
    659   padding-left: 0;
    660 }
    661 .page-link:last-child {
    662   padding-right: 0;
    663 }
    664 .page-link.current {
    665   font-weight: 700;
    666 }
    667 .page-link.dots {
    668   padding: 0;
    669 }
    670 .hasCover .header:after {
    671   display: none;
    672 }
    673 .header-info {
    674   margin-top: 1.5em;
    675 }
    676 .header-info .title {
    677   margin-bottom: 0;
    678   text-transform: uppercase;
    679 }
    680 .header-info .subtitle {
    681   margin: 0.5em 0 0;
    682   font-style: italic;
    683 }
    684 .header-info .taxonomy-type {
    685   font-size: 0.875em;
    686   margin-right: 0.25em;
    687   font-style: italic;
    688 }
    689 .page .site-header .header-info,
    690 .page .site-header:after,
    691 .section .site-header .header-info,
    692 .section .site-header:after,
    693 .taxonomy .site-header .header-info,
    694 .taxonomy .site-header:after,
    695 .taxonomyTerm .site-header .header-info,
    696 .taxonomyTerm .site-header:after {
    697   display: none;
    698 }
    699 .list {
    700   display: -webkit-box;
    701   display: -ms-flexbox;
    702   display: flex;
    703   -webkit-box-orient: vertical;
    704   -webkit-box-direction: normal;
    705   -ms-flex-flow: column nowrap;
    706   flex-flow: column nowrap;
    707   margin: 0;
    708   list-style: none;
    709 }
    710 .entry + .list-container .list {
    711   margin-top: 2.5em;
    712 }
    713 .list-item {
    714   margin-top: 1em;
    715 }
    716 .list-item:first-of-type {
    717   margin-top: 0;
    718 }
    719 .list-item article {
    720   display: -webkit-box;
    721   display: -ms-flexbox;
    722   display: flex;
    723   -webkit-box-orient: horizontal;
    724   -webkit-box-direction: normal;
    725   -ms-flex-flow: row nowrap;
    726   flex-flow: row nowrap;
    727   -webkit-box-align: baseline;
    728   -ms-flex-align: baseline;
    729   align-items: baseline;
    730 }
    731 .list-item .meta {
    732   -ms-flex-preferred-size: 6em;
    733   flex-basis: 6em;
    734   -ms-flex-negative: 0;
    735   flex-shrink: 0;
    736   margin-right: 1em;
    737 }
    738 .list-item .meta span {
    739   font-size: 0.875em;
    740 }
    741 .list-item .list-item-title {
    742   font-size: 1em;
    743   font-weight: 400;
    744   margin-bottom: 0;
    745   font-style: italic;
    746 }
    747 .list-item .icon {
    748   margin-right: 0.25em;
    749 }
    750 .term-cloud {
    751   list-style: none;
    752   margin: 0;
    753   display: -webkit-box;
    754   display: -ms-flexbox;
    755   display: flex;
    756   -ms-flex-wrap: wrap;
    757   flex-wrap: wrap;
    758   -webkit-box-align: center;
    759   -ms-flex-align: center;
    760   align-items: center;
    761 }
    762 .term-cloud li {
    763   padding: 0 1.5em 0.5em 0;
    764 }
    765 .entry .meta {
    766   margin-top: 0.75em;
    767 }
    768 .entry .meta span {
    769   font-size: 0.9375em;
    770   margin-right: 0.75em;
    771   font-style: italic;
    772 }
    773 .entry .meta .icon {
    774   margin-right: 0.25em;
    775 }
    776 .entry-cover {
    777   margin-top: 1.5em;
    778   margin-bottom: 2.5em;
    779 }
    780 .entry-cover.cover-wide {
    781   padding: 0;
    782   max-width: 1080px;
    783 }
    784 .entry-cover.cover-full {
    785   padding: 0;
    786   max-width: 100%;
    787 }
    788 .entry-cover.cover-full img {
    789   width: 100%;
    790 }
    791 .entry-cover img {
    792   display: block;
    793 }
    794 .entry-cover figcaption {
    795   margin: 0.25em auto 0;
    796   text-align: center;
    797 }
    798 .entry-cover figcaption span {
    799   font-size: 0.875em;
    800 }
    801 details,
    802 summary {
    803   display: block;
    804 }
    805 .no-details details summary {
    806   cursor: pointer;
    807 }
    808 .no-details details:not([open]) > :not(summary) {
    809   display: none;
    810 }
    811 .no-details details > summary:before {
    812   content: '\25BC';
    813   display: inline-block;
    814   margin-right: 0.25em;
    815   -webkit-transition: 0.1s;
    816   transition: 0.1s;
    817   -webkit-transform: rotate(-90deg);
    818   transform: rotate(-90deg);
    819 }
    820 .no-details details[open] > summary:before {
    821   -webkit-transform: rotate(0deg);
    822   transform: rotate(0deg);
    823 }
    824 .entry-toc {
    825   margin-bottom: 2em;
    826 }
    827 .entry-toc .toc-title {
    828   font-weight: 700;
    829 }
    830 .entry-toc nav {
    831   margin-top: 0.25em;
    832 }
    833 .entry-toc ul {
    834   list-style: none;
    835   margin: 0;
    836 }
    837 .entry-content > :last-child,
    838 .entry-content > :last-child > :last-child {
    839   margin-bottom: 0;
    840 }
    841 .entry-content a {
    842   border-bottom: 0.125em dashed #bdbdbd;
    843 }
    844 .entry-content a:active,
    845 .entry-content a:focus,
    846 .entry-content a:hover {
    847   border-bottom-color: #ffcd00;
    848 }
    849 .entry-content a.footnote-return {
    850   border-bottom: none;
    851 }
    852 .entry-footer > div {
    853   margin-top: 0.5em;
    854 }
    855 .entry-footer > div:first-child {
    856   margin-top: 2.5em;
    857 }
    858 .entry-footer .taxonomyTerm-icon {
    859   margin-right: 0.375em;
    860 }
    861 .comments-container #disqus_thread:before {
    862   border-bottom-color: #bdbdbd;
    863 }
    864 ._404 .gopher {
    865   margin: 0;
    866 }
    867 ._404 .gopher img {
    868   width: 17.5em;
    869   margin-bottom: 1.5em;
    870 }
    871 ._404 .gopher a {
    872   border: 0;
    873 }
    874 ._404 .gopher .title {
    875   margin-bottom: 0;
    876 }
    877 .entry + .home-sections-container .home-sections:before {
    878   border-bottom-color: #bdbdbd;
    879 }
    880 .home-section .list {
    881   padding: 0;
    882 }
    883 .home-section-title {
    884   margin-bottom: 1em;
    885 }
    886 .footer a {
    887   font-style: italic;
    888 }
    889 .footer > div {
    890   width: 100%;
    891   margin-top: 1em;
    892 }
    893 .footer > div:first-child {
    894   margin-top: 0;
    895 }
    896 .footer > div:last-child {
    897   margin-bottom: 2em;
    898 }
    899 .icon {
    900   stroke: currentColor;
    901   fill: none;
    902   position: relative;
    903   top: 2px;
    904 }
    905 .align-center {
    906   text-align: center;
    907 }
    908 .align-center > blockquote {
    909   display: inline-block;
    910 }
    911 .align-center > ol,
    912 .align-center > ul {
    913   display: inline-block;
    914   text-align: initial;
    915 }
    916 .align-center li {
    917   word-wrap: normal;
    918 }
    919 .text-shortcode * {
    920   color: inherit;
    921   font-size: 1em;
    922 }
    923 .screen-reader {
    924   clip: rect(1px, 1px, 1px, 1px);
    925   width: 1px;
    926   height: 1px;
    927   overflow: hidden !important;
    928   position: fixed !important;
    929   white-space: nowrap !important;
    930   word-wrap: normal !important;
    931 }
    932 .screen-reader:focus {
    933   clip: auto !important;
    934   width: auto;
    935   height: auto;
    936   display: block !important;
    937   top: 0.5em;
    938   left: 0.5em;
    939   font-weight: 700 !important;
    940   line-height: normal !important;
    941   text-decoration: none !important;
    942   border-radius: 0.25em !important;
    943   padding: 1em !important;
    944   color: #fafafa !important;
    945   background-color: #212121 !important;
    946   z-index: 99999;
    947 }
    948 .entry-content ol li {
    949   margin: 0.5em 0em;
    950 }
    951 
    952 .author-container::before {
    953   content: '— ';
    954 }
    955 
    956 .author-container-link {
    957   text-decoration: underline;
    958 }
    959 .author:hover,
    960 .tag:hover {
    961   text-decoration: underline;
    962 }