File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed
Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1+ # snapbackup
2+
13name : Build and Test
24
35on : [push]
911 w3cHtmlValidator : dry-run # only run html validation locally
1012 steps :
1113 - uses : actions/checkout@v5 # see: https://github.com/actions/checkout/releases
12- - uses : actions/setup-node@v4 # see: https://github.com/actions/setup-node/releases
14+ - uses : actions/setup-node@v6 # see: https://github.com/actions/setup-node/releases
1315 - run : npm install
1416 - run : npm test
Original file line number Diff line number Diff line change 6363 },
6464 "devDependencies" : {
6565 "@fortawesome/fontawesome-free" : " ~7.1" ,
66- "add-dist-header" : " ~1.5 " ,
66+ "add-dist-header" : " ~1.6 " ,
6767 "browser-sync" : " ~3.0" ,
6868 "copy-file-util" : " ~1.3" ,
69- "copy-folder-util" : " ~1.1 " ,
69+ "copy-folder-util" : " ~1.2 " ,
7070 "dna-engine" : " ~3.3" ,
7171 "hamburger-menu" : " ~0.7" ,
7272 "jshint" : " ~2.13" ,
7373 "less" : " ~4.4" ,
74- "replacer-util" : " ~1.4 " ,
74+ "replacer-util" : " ~1.5 " ,
7575 "rev-web-assets" : " ~1.5" ,
76- "rimraf" : " ~6.0 " ,
76+ "rimraf" : " ~6.1 " ,
7777 "run-scripts-util" : " ~1.3" ,
7878 "uglify-js" : " ~3.19" ,
79- "w3c-html-validator" : " ~1.9 " ,
79+ "w3c-html-validator" : " ~2.0 " ,
8080 "web-ignition" : " ~2.4"
8181 }
8282}
Original file line number Diff line number Diff line change @@ -171,13 +171,13 @@ nav.hamburger-menu {
171171 color : gainsboro ; /* menu font color */
172172 background-color : teal ; /* menu background color */
173173 }
174- nav .hamburger-menu aside ul li .current {
174+ nav .hamburger-menu aside menu li .current {
175175 border-color : white ; /* border color for selected menu item */
176176 }
177- nav .hamburger-menu aside ul li .current > span ,
178- nav .hamburger-menu aside ul li .current > a ,
179- nav .hamburger-menu aside ul li > span :hover ,
180- nav .hamburger-menu aside ul li > a :hover {
177+ nav .hamburger-menu aside menu li .current > span ,
178+ nav .hamburger-menu aside menu li .current > a ,
179+ nav .hamburger-menu aside menu li > span :hover ,
180+ nav .hamburger-menu aside menu li > a :hover {
181181 color : yellow ; /* menu font highlight color */
182182 background-color : darkcyan ; /* menu background highlight color */
183183 }
Original file line number Diff line number Diff line change 3939< nav class =hamburger-menu >
4040 < a class =hamburger href =# > ☰</ a >
4141 < aside >
42- <!-- menu -->
43- < ul >
42+ < menu >
4443 < li data-menu =gateway > < a href ={{webRoot}} > Home</ a > </ li >
4544 < li data-menu =preview > < a href ={{webRoot}}/screen > Preview</ a > </ li >
4645 < li data-menu =download > < a href ={{webRoot}}/download > Download</ a > </ li >
4746 < li data-menu =faq > < a href ={{webRoot}}/faq > Answers</ a > </ li >
4847 < li data-menu =translate > < a href ={{webRoot}}/translate > Translate</ a > </ li >
4948 < li data-menu =about > < a href ={{webRoot}}/about > About</ a > </ li >
50- </ ul >
49+ </ menu >
5150 </ aside >
5251</ nav >
5352
You can’t perform that action at this time.
0 commit comments