Ignore:
Timestamp:
Jan 19, 2020, 5:04:45 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
885bdd3
Parents:
61a051b
Message:

Fix source block font

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    r61a051b r688d021  
    33}
    44
    5 article {
     5article,
     6#footnotes {
    67    max-width: calc(80ch + 4em);
    78    border-radius: 0.em;
     
    1112    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    1213    position: relative;
     14}
     15
     16.footdef {
     17    margin-bottom: 0;
    1318}
    1419
     
    172177    padding: 0.1em 0;
    173178}
     179
     180.abstract {
     181    font-style: italic;
     182    background: var(--nav-hover-back-color);
     183    border-radius: 0.05em;
     184}
     185
     186.src span {
     187    font-family: monospace;
     188}
Note: See TracChangeset for help on using the changeset viewer.