Changeset 113637 in spip-zone
- Timestamp:
- Jan 27, 2019, 6:05:45 PM (3 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/galactic/galactic/scss/styles/_styles.scss
r113408 r113637 43 43 } 44 44 45 code.spip_code { 46 color: #1675E1; 47 } 48 49 .coloration_code { 45 div.spip_code, div.coloration_code { 50 46 @include text-block(); 51 47 pre { … … 67 63 } 68 64 65 // code inline 66 code.spip_code, span.spip_code, span.coloration_code { 67 &, * { color: #2360b4 !important; } 68 display: inline-block; 69 padding: 0 0.25em; 70 background: #F4F4F4; 71 } 72 69 73 p.download { 70 74 text-align: right;
Note: See TracChangeset
for help on using the changeset viewer.