Changeset 8fe2763
- Timestamp:
- May 29, 2021, 3:13:35 AM (4 years ago)
- Branches:
- master
- Children:
- 5f93693
- Parents:
- cf4ca54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/css/custom.css
rcf4ca54 r8fe2763 194 194 } 195 195 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; 196 pre { 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); 209 203 } 210 204
Note:
See TracChangeset
for help on using the changeset viewer.