12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- @import 'default';
- section {
-
- }
- section.lead {
-
- }
- section h1,
- section h2 {
- color: #1f315c;
- }
- section a {
- color: #5fb2e6;
- }
- section footer,
- section::after {
- color: #9cb7d4;
- }
- section.invert {
- background-color: #003359;
- color: #fff;
-
- }
- section.lead.invert {
-
- }
- section.invert h1,
- section.invert footer,
- section.invert::after {
- color: #fff;
- }
- section.invert a {
- color: #e37222;
- }
- section::after {
- content: attr(data-marpit-pagination) ' / ' attr(data-marpit-pagination-total);
- }
|