/*
Theme Name: ClassicPress Theme - child
Theme URI: 
Description: Child theme of the-classicpress-theme theme for the The ClassicPress Theme theme
Author: <a href="https://www.classicpress.net">Tim Kaye and ClassicPress contributors</a>
Author URI: 
Template: the-classicpress-theme
Version: 1.1.1
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Wed, 25 Feb 2026 16:16:58 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

// alternate table row color
tr:nth-child(even) {
   background-color: green;
}
