|
1 |
| -/*! web-ignition v1.6.2 ~~ https://github.com/center-key/web-ignition ~~ MIT License */ |
| 1 | +/*! web-ignition v1.6.3 ~~ https://github.com/center-key/web-ignition ~~ MIT License */ |
2 | 2 |
|
3 | 3 | /*
|
4 | 4 | Block Duo layout -- Two big columns followed by a single footer
|
5 | 5 | Usage:
|
6 |
| - <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.2/dist/dna-engine.css> |
7 |
| - <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.2/dist/panel-nav.css> |
| 6 | + <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.3/dist/dna-engine.css> |
| 7 | + <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/dna-engine@2.3/dist/panel-nav.css> |
8 | 8 | <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
|
9 | 9 | <link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/block-duo.css>
|
10 | 10 | <style>
|
@@ -137,7 +137,7 @@ body >footer >p a i.font-icon {
|
137 | 137 | /* Block Duo layout -- customize colors */
|
138 | 138 | main >section:nth-child(1) { color: white; background-color: steelblue; }
|
139 | 139 | main >section:nth-child(2) { color: gainsboro; background-color: black; }
|
140 |
| -nav.dna-menu[data-style=flat-tabs] { background-color: dimgray; } |
141 |
| -nav.dna-menu[data-style=flat-tabs] span.selected { background-color: darkgray; } |
142 |
| -nav.dna-menu[data-style=flat-tabs] span:hover { background-color: darkgray; } |
143 |
| -nav.dna-menu[data-style=flat-tabs]+.dna-panels { border-color: darkgray; } |
| 140 | +nav.dna-menu[data-style=flat-tabs] { background-color: dimgray; } |
| 141 | +nav.dna-menu[data-style=flat-tabs] span.dna-selected { background-color: darkgray; } |
| 142 | +nav.dna-menu[data-style=flat-tabs] span:hover { background-color: darkgray; } |
| 143 | +nav.dna-menu[data-style=flat-tabs]+.dna-panels { border-color: darkgray; } |
0 commit comments