Changeset 8fe2763


Ignore:
Timestamp:
May 29, 2021, 3:13:35 AM (4 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
5f93693
Parents:
cf4ca54
Message:

Update code snippets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/css/custom.css

    rcf4ca54 r8fe2763  
    194194}
    195195
    196 .src {
    197     background: #2d2d2d;
    198     color: #cccccc;
    199     border-left: 0.25rem solid #cc99cc;
    200     overflow-x: scroll;
    201 }
    202 
    203 .src::before {
    204     display: block;
    205 }
    206 
    207 .src span {
    208     font-family: monospace;
     196pre {
     197    border: 1px solid #ccc;
     198    box-shadow: none;
     199    padding: 8pt;
     200    overflow: auto;
     201    margin: var(--universal-margin);
     202    border-radius: var(--universal-border-radius);
    209203}
    210204
Note: See TracChangeset for help on using the changeset viewer.