Cards keep style with form tag wrapped around header and footer in article

This commit is contained in:
Yohn 2024-12-15 11:51:19 -05:00
parent 3cfdc975d2
commit dbd9c5a44f
259 changed files with 28939 additions and 7827 deletions

View file

@ -11,8 +11,8 @@ const themeColors = [
//"green",
//"grey",
//"indigo",
//"jade",
"lime",
"indigo",
//"lime",
//"orange",
//"pink",
//"pumpkin",

View file

@ -3,7 +3,8 @@ const path = require('path');
// Define the source and destination paths
const filesToCopy = [
{ src: 'css/pico.lime.min.css', dest: 'docs/pico.min.css' },
{ src: 'css/pico.indigo.css', dest: 'docs/pico.css' },
{ src: 'css/pico.indigo.min.css', dest: 'docs/pico.min.css' },
{ src: 'css/pico.colors.min.css', dest: 'docs/pico.colors.min.css' }
];