Changeset c43e516 for public/css
- Timestamp:
- Jan 20, 2020, 12:26:47 AM (5 years ago)
- Branches:
- master
- Children:
- 863f5d5
- Parents:
- 4f85fd0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
r4f85fd0 rc43e516 7 7 max-width: calc(80ch + 4em); 8 8 border-radius: 0.em; 9 margin: 0var(--universal-padding);9 margin: var(--universal-padding); 10 10 padding: 1em; 11 11 background: #fefefe; … … 18 18 } 19 19 20 article h1:first-child, 21 article h2:first-child, 22 article h3:first-child, 23 article h4:first-child, 24 article h5:first-child, 25 article h6:first-child { 20 article h2 { 26 21 margin-top: 0; 27 22 padding: 0; … … 147 142 display: block; 148 143 text-align: left; 149 max-width: 40ch;144 max-width: 38ch; 150 145 } 151 146 … … 184 179 } 185 180 181 .src { 182 background: #2d2d2d; 183 color: #cccccc; 184 border-left: 0.25rem solid #cc99cc; 185 } 186 187 .src::before { 188 display: block; 189 } 190 186 191 .src span { 187 192 font-family: monospace; 188 193 } 194 195 figure { 196 text-align: center; 197 } 198 199 .org-svg { 200 width: auto; 201 }
Note:
See TracChangeset
for help on using the changeset viewer.