Skip to content

Commit bebe9ad

Browse files
committed
Release v1.6.3
1 parent d6fd8c3 commit bebe9ad

27 files changed

+43
-43
lines changed

dist/blogger-tweaks.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/layouts/block-duo.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 */
22

33
/*
44
Block Duo layout -- Two big columns followed by a single footer
55
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>
88
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/reset.min.css>
99
<link rel=stylesheet href=https://cdn.jsdelivr.net/npm/web-ignition@1.6/dist/layouts/block-duo.css>
1010
<style>
@@ -137,7 +137,7 @@ body >footer >p a i.font-icon {
137137
/* Block Duo layout -- customize colors */
138138
main >section:nth-child(1) { color: white; background-color: steelblue; }
139139
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; }

dist/layouts/color-blocks.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Color Blocks layout -- Two columns of colorful blocks

dist/layouts/color-slide.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Color Slide layout -- Top to botttom color transition

dist/layouts/letterbox.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Letterbox layout -- Edge-to-edge semi-opaque bar over cover background image

dist/layouts/modern.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Modern layout -- Clean blog post page

dist/layouts/neon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Neon layout -- For hackers and space junkies

dist/layouts/neon.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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
22
const numNeonImages=8;$("body").addClass("neon-image-"+(Date.now()%numNeonImages+1));

dist/layouts/vertical-bars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Vertical Bars layout -- traditional boring old-school webpage

dist/layouts/zebra-sections.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 */
22

33
/*
44
Zebra Sections layout -- Edge-to-edge blocks with alternating background colors

0 commit comments

Comments
 (0)